ApiDef.Endpoint

パブリック静的最終クラスApiDef.Endpoint

 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
 If you specify any endpoint, this will replace all of the
 inherited endpoints. 

定数

整数DEPRECATED_FIELD_NUMBER
整数DEPRECATION_VERSION_FIELD_NUMBER
整数NAME_FIELD_NUMBER

パブリックメソッド

ブール値
等しい(オブジェクトオブジェクト)
静的ApiDef.Endpoint
ApiDef.エンドポイント
ブール値
get非推奨()
 Set if this endpoint is deprecated.
整数
getDeprecationVersion ()
 Major version when an endpoint will be deleted.
最終的な静的 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".
整数
最終的な com.google.protobuf.UnknownFieldSet
整数
最終ブール値
静的ApiDef.Endpoint.Builder
newBuilder ( ApiDef.Endpointプロトタイプ)
静的ApiDef.Endpoint.Builder
ApiDef.Endpoint.Builder
静的ApiDef.Endpoint
parseDelimitedFrom (InputStream 入力)
静的ApiDef.Endpoint
parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的ApiDef.Endpoint
parseFrom (ByteBuffer データ)
静的ApiDef.Endpoint
parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的ApiDef.Endpoint
parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的ApiDef.Endpoint
parseFrom (com.google.protobuf.CodedInputStream 入力)
静的ApiDef.Endpoint
parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的ApiDef.Endpoint
parseFrom (com.google.protobuf.ByteString データ)
静的ApiDef.Endpoint
parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的ApiDef.Endpoint
parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的
ApiDef.Endpoint.Builder
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

定数

public static Final int DEPRECATED_FIELD_NUMBER

定数値: 3

public static Final int DEPRECATION_VERSION_FIELD_NUMBER

定数値: 4

パブリック静的最終整数NAME_FIELD_NUMBER

定数値: 1

パブリックメソッド

public booleanに等しい(オブジェクト obj)

パブリック静的ApiDef.Endpoint getDefaultInstance ()

public ApiDef.Endpoint getDefaultInstanceForType ()

public boolean 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;

public 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;

public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public String 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;

public 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;

公共getParserForType ()

public int getSerializedSize ()

public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public int hashCode ()

パブリック最終ブール値isInitialized ()

public static ApiDef.Endpoint.Builder newBuilder ( ApiDef.Endpointプロトタイプ)

public static ApiDef.Endpoint.Builder newBuilder ()

public ApiDef.Endpoint.Builder newBuilderForType ()

public static ApiDef.Endpoint parseDelimitedFrom (InputStream 入力)

投げる
IO例外

public static ApiDef.Endpoint parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static ApiDef.Endpoint parseFrom (ByteBuffer データ)

投げる
無効なプロトコルバッファ例外

public static ApiDef.Endpoint parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static ApiDef.Endpoint parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static ApiDef.Endpoint parseFrom (com.google.protobuf.CodedInputStream 入力)

投げる
IO例外

public static ApiDef.Endpoint parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static ApiDef.Endpoint parseFrom (com.google.protobuf.ByteString データ)

投げる
無効なプロトコルバッファ例外

public static ApiDef.Endpoint parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static ApiDef.Endpoint parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

パブリック静的パーサー()

public ApiDef.Endpoint.Builder toBuilder ()

public void writeTo (com.google.protobuf.CodedOutputStream 出力)

投げる
IO例外