Uses of Class
org.tensorflow.proto.ApiDef.Endpoint.Builder
Packages that use ApiDef.Endpoint.Builder
-
Uses of ApiDef.Endpoint.Builder in org.tensorflow.proto
Subclasses with type arguments of type ApiDef.Endpoint.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classIf you specify any endpoint, this will replace all of the inherited endpoints.Methods in org.tensorflow.proto that return ApiDef.Endpoint.BuilderModifier and TypeMethodDescriptionApiDef.Builder.addEndpointBuilder()repeated .tensorflow.ApiDef.Endpoint endpoint = 3;ApiDef.Builder.addEndpointBuilder(int index) repeated .tensorflow.ApiDef.Endpoint endpoint = 3;ApiDef.Endpoint.Builder.clear()ApiDef.Endpoint.Builder.clearDeprecated()Set if this endpoint is deprecated.ApiDef.Endpoint.Builder.clearDeprecationVersion()Major version when an endpoint will be deleted.ApiDef.Endpoint.Builder.clearName()Name should be either like "CamelCaseName" or "Package.CamelCaseName".ApiDef.Builder.getEndpointBuilder(int index) repeated .tensorflow.ApiDef.Endpoint endpoint = 3;ApiDef.Endpoint.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) ApiDef.Endpoint.Builder.mergeFrom(ApiDef.Endpoint other) static ApiDef.Endpoint.BuilderApiDef.Endpoint.newBuilder()static ApiDef.Endpoint.BuilderApiDef.Endpoint.newBuilder(ApiDef.Endpoint prototype) ApiDef.Endpoint.newBuilderForType()protected ApiDef.Endpoint.BuilderApiDef.Endpoint.newBuilderForType(AbstractMessage.BuilderParent parent) ApiDef.Endpoint.Builder.setDeprecated(boolean value) Set if this endpoint is deprecated.ApiDef.Endpoint.Builder.setDeprecationVersion(int value) Major version when an endpoint will be deleted.Name should be either like "CamelCaseName" or "Package.CamelCaseName".ApiDef.Endpoint.Builder.setNameBytes(ByteString value) Name should be either like "CamelCaseName" or "Package.CamelCaseName".ApiDef.Endpoint.toBuilder()Methods in org.tensorflow.proto that return types with arguments of type ApiDef.Endpoint.BuilderModifier and TypeMethodDescriptionApiDef.Builder.getEndpointBuilderList()repeated .tensorflow.ApiDef.Endpoint endpoint = 3;Methods in org.tensorflow.proto with parameters of type ApiDef.Endpoint.BuilderModifier and TypeMethodDescriptionApiDef.Builder.addEndpoint(int index, ApiDef.Endpoint.Builder builderForValue) repeated .tensorflow.ApiDef.Endpoint endpoint = 3;ApiDef.Builder.addEndpoint(ApiDef.Endpoint.Builder builderForValue) repeated .tensorflow.ApiDef.Endpoint endpoint = 3;ApiDef.Builder.setEndpoint(int index, ApiDef.Endpoint.Builder builderForValue) repeated .tensorflow.ApiDef.Endpoint endpoint = 3;