ApiDef.Endpoint.Builder

공개 정적 최종 클래스 ApiDef.Endpoint.Builder

 If you specify any endpoint, this will replace all of the
 inherited endpoints.  The first endpoint should be the
 "canonical" endpoint, and should not be deprecated (unless all
 endpoints are deprecated).
 
Protobuf 유형 tensorflow.ApiDef.Endpoint

공개 방법

ApiDef.Endpoint.Builder
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)
ApiDef.Endpoint
짓다 ()
ApiDef.Endpoint
ApiDef.Endpoint.Builder
ApiDef.Endpoint.Builder
더 이상 사용되지 않음 ()
 Set if this endpoint is deprecated.
ApiDef.Endpoint.Builder
클리어DeprecationVersion ()
 Major version when an endpoint will be deleted.
ApiDef.Endpoint.Builder
ClearField (com.google.protobuf.Descriptors.FieldDescriptor 필드)
ApiDef.Endpoint.Builder
클리어이름 ()
 Name should be either like "CamelCaseName" or
 "Package.CamelCaseName".
ApiDef.Endpoint.Builder
ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
ApiDef.Endpoint.Builder
클론 ()
ApiDef.Endpoint
부울
getDeprecated ()
 Set if this endpoint is deprecated.
정수
getDeprecationVersion ()
 Major version when an endpoint will be deleted.
최종 정적 com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
getName ()
 Name should be either like "CamelCaseName" or
 "Package.CamelCaseName".
com.google.protobuf.ByteString
getNameBytes ()
 Name should be either like "CamelCaseName" or
 "Package.CamelCaseName".
최종 부울
ApiDef.Endpoint.Builder
mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
ApiDef.Endpoint.Builder
mergeFrom (com.google.protobuf.다른 메시지 보내기)
최종 ApiDef.Endpoint.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet 알려지지 않은Fields)
ApiDef.Endpoint.Builder
setDeprecated (부울 값)
 Set if this endpoint is deprecated.
ApiDef.Endpoint.Builder
setDeprecationVersion (정수 값)
 Major version when an endpoint will be deleted.
ApiDef.Endpoint.Builder
setField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)
ApiDef.Endpoint.Builder
setName (문자열 값)
 Name should be either like "CamelCaseName" or
 "Package.CamelCaseName".
ApiDef.Endpoint.Builder
setNameBytes (com.google.protobuf.ByteString 값)
 Name should be either like "CamelCaseName" or
 "Package.CamelCaseName".
ApiDef.Endpoint.Builder
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, int 인덱스, 개체 값)
최종 ApiDef.Endpoint.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)

상속된 메서드

공개 방법

public ApiDef.Endpoint.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)

공개 ApiDef.Endpoint 빌드 ()

공개 ApiDef.Endpoint buildPartial ()

공개 ApiDef.Endpoint.Builder 지우기 ()

공개 ApiDef.Endpoint.Builder 클리어Deprecated ()

 Set if this endpoint is deprecated. If set to true, a message suggesting
 to use a non-deprecated endpoint instead will be printed. If all
 endpoints are deprecated, set deprecation_message in ApiDef instead.
 
bool deprecated = 3;

공개 ApiDef.Endpoint.Builder ClearDeprecationVersion ()

 Major version when an endpoint will be deleted. For e.g. set this
 value to 2 if endpoint should be removed in TensorFlow 2.0 and
 deprecated in versions before that.
 
int32 deprecation_version = 4;

공개 ApiDef.Endpoint.BuilderclearField ( com.google.protobuf.Descriptors.FieldDescriptor 필드)

공개 ApiDef.Endpoint.Builder 클리어이름 ()

 Name should be either like "CamelCaseName" or
 "Package.CamelCaseName". Client-language-specific ApiDefs may
 use a snake_case convention instead of CamelCase.
 
string name = 1;

공개 ApiDef.Endpoint.BuilderclearOneof ( com.google.protobuf.Descriptors.OneofDescriptor oneof)

공개 ApiDef.Endpoint.Builder 클론 ()

공개 ApiDef.Endpoint getDefaultInstanceForType ()

공개 부울 getDeprecated ()

 Set if this endpoint is deprecated. If set to true, a message suggesting
 to use a non-deprecated endpoint instead will be printed. If all
 endpoints are deprecated, set deprecation_message in ApiDef instead.
 
bool deprecated = 3;

공개 int getDeprecationVersion ()

 Major version when an endpoint will be deleted. For e.g. set this
 value to 2 if endpoint should be removed in TensorFlow 2.0 and
 deprecated in versions before that.
 
int32 deprecation_version = 4;

공개 정적 최종 com.google.protobuf.Descriptors.Descriptor getDescriptor ()

공개 com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

공개 문자열 getName ()

 Name should be either like "CamelCaseName" or
 "Package.CamelCaseName". Client-language-specific ApiDefs may
 use a snake_case convention instead of CamelCase.
 
string name = 1;

공개 com.google.protobuf.ByteString getNameBytes ()

 Name should be either like "CamelCaseName" or
 "Package.CamelCaseName". Client-language-specific ApiDefs may
 use a snake_case convention instead of CamelCase.
 
string name = 1;

공개 최종 부울 isInitialized ()

공개 ApiDef.Endpoint.Builder mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
IO예외

공개 ApiDef.Endpoint.Builder mergeFrom (com.google.protobuf.다른 메시지)

공개 최종 ApiDef.Endpoint.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)

공개 ApiDef.Endpoint.Builder setDeprecated (부울 값)

 Set if this endpoint is deprecated. If set to true, a message suggesting
 to use a non-deprecated endpoint instead will be printed. If all
 endpoints are deprecated, set deprecation_message in ApiDef instead.
 
bool deprecated = 3;

공개 ApiDef.Endpoint.Builder setDeprecationVersion (int 값)

 Major version when an endpoint will be deleted. For e.g. set this
 value to 2 if endpoint should be removed in TensorFlow 2.0 and
 deprecated in versions before that.
 
int32 deprecation_version = 4;

public ApiDef.Endpoint.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)

공개 ApiDef.Endpoint.Builder setName (문자열 값)

 Name should be either like "CamelCaseName" or
 "Package.CamelCaseName". Client-language-specific ApiDefs may
 use a snake_case convention instead of CamelCase.
 
string name = 1;

공개 ApiDef.Endpoint.Builder setNameBytes (com.google.protobuf.ByteString 값)

 Name should be either like "CamelCaseName" or
 "Package.CamelCaseName". Client-language-specific ApiDefs may
 use a snake_case convention instead of CamelCase.
 
string name = 1;

public ApiDef.Endpoint.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, int 인덱스, 객체 값)

공개 최종 ApiDef.Endpoint.Builder setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)