ApiDef.Endpoint

kelas akhir statis publik 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 mengetik tensorflow.ApiDef.Endpoint

Kelas Bersarang

kelas ApiDef.Endpoint.Builder
 If you specify any endpoint, this will replace all of the
 inherited endpoints. 

Konstanta

ke dalam DEPRECATED_FIELD_NUMBER
ke dalam DEPRECATION_VERSION_FIELD_NUMBER
ke dalam NAME_FIELD_NUMBER

Metode Publik

boolean
sama dengan (Objek objek)
ApiDef.Titik Akhir statis
ApiDef.Titik Akhir
boolean
dapatkan Tidak Digunakan Lagi ()
 Set if this endpoint is deprecated.
ke dalam
dapatkanDeprecationVersion ()
 Major version when an endpoint will be deleted.
com.google.protobuf.Descriptors.Descriptor statis terakhir
Rangkaian
dapatkan Nama ()
 Name should be either like "CamelCaseName" or
 "Package.CamelCaseName".
com.google.protobuf.ByteString
dapatkanNamaBytes ()
 Name should be either like "CamelCaseName" or
 "Package.CamelCaseName".
ke dalam
final com.google.protobuf.UnknownFieldSet
ke dalam
boolean terakhir
ApiDef.Endpoint.Builder statis
ApiDef.Endpoint.Builder statis
ApiDef.Endpoint.Builder
ApiDef.Titik Akhir statis
parseDelimitedFrom (masukan Aliran Masukan)
ApiDef.Titik Akhir statis
parseDelimitedFrom (masukan InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ApiDef.Titik Akhir statis
parseFrom (data ByteBuffer)
ApiDef.Titik Akhir statis
parseFrom (com.google.protobuf.CodedInputStream masukan, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ApiDef.Titik Akhir statis
parseFrom (data ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ApiDef.Titik Akhir statis
parseFrom (com.google.protobuf.CodedInputStream masukan)
ApiDef.Titik Akhir statis
parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ApiDef.Titik Akhir statis
parseFrom (com.google.protobuf.ByteString data)
ApiDef.Titik Akhir statis
parseFrom (masukan InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ApiDef.Titik Akhir statis
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statis
ApiDef.Endpoint.Builder
ruang kosong
writeTo (com.google.protobuf.CodedOutputStream keluaran)

Metode Warisan

Konstanta

int akhir statis publik DEPRECATED_FIELD_NUMBER

Nilai Konstan: 3

int final statis publik DEPRECATION_VERSION_FIELD_NUMBER

Nilai Konstan: 4

int akhir statis publik NAME_FIELD_NUMBER

Nilai Konstan: 1

Metode Publik

boolean publik sama (Obj objek)

ApiDef statis publik.Endpoint getDefaultInstance ()

ApiDef publik.Endpoint getDefaultInstanceForType ()

get boolean publik Tidak berlaku lagi ()

 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;

publik 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 ()

GetName String publik ()

 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;

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

publik dapatkanParserForType ()

publik int getSerializedSize ()

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

kode hash int publik ()

boolean akhir publik diinisialisasi ()

ApiDef.Endpoint.Builder newBuilder statis publik (prototipe ApiDef.Endpoint )

ApiDef.Endpoint.Builder statis publik newBuilder ()

publik ApiDef.Endpoint.Builder newBuilderForType ()

ApiDef.Endpoint parseDelimitedFrom statis publik (input InputStream)

Melempar
Pengecualian IO

ApiDef.Endpoint parseDelimitedFrom statis publik (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Melempar
Pengecualian IO

parseFrom ApiDef.Endpoint statis publik (data ByteBuffer)

Melempar
InvalidProtocolBufferException

ApiDef.Endpoint parseFrom statis publik (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Melempar
Pengecualian IO

ApiDef.Endpoint parseFrom statis publik (data ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Melempar
InvalidProtocolBufferException

ParseFrom ApiDef.Endpoint statis publik (com.google.protobuf.CodedInputStream input)

Melempar
Pengecualian IO

ApiDef statis publik.Endpoint parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Melempar
InvalidProtocolBufferException

parseFrom ApiDef.Endpoint statis publik (com.google.protobuf.ByteString data)

Melempar
InvalidProtocolBufferException

ApiDef.Endpoint parseFrom statis publik (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Melempar
Pengecualian IO

ApiDef.Endpoint parseFrom statis publik (data com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Melempar
InvalidProtocolBufferException

statis publik pengurai ()

publik ApiDef.Endpoint.Builder toBuilder ()

public void writeTo (com.google.protobuf.CodedOutputStream keluaran)

Melempar
Pengecualian IO