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.addRepeatedField(Descriptors.FieldDescriptor field, Object value) 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.clearField(Descriptors.FieldDescriptor field) ApiDef.Endpoint.Builder.clearName()Name should be either like "CamelCaseName" or "Package.CamelCaseName".ApiDef.Endpoint.Builder.clearOneof(Descriptors.OneofDescriptor oneof) ApiDef.Endpoint.Builder.clone()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) final ApiDef.Endpoint.BuilderApiDef.Endpoint.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) static ApiDef.Endpoint.BuilderApiDef.Endpoint.newBuilder()static ApiDef.Endpoint.BuilderApiDef.Endpoint.newBuilder(ApiDef.Endpoint prototype) ApiDef.Endpoint.newBuilderForType()protected ApiDef.Endpoint.BuilderApiDef.Endpoint.newBuilderForType(GeneratedMessageV3.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.ApiDef.Endpoint.Builder.setField(Descriptors.FieldDescriptor field, Object value) 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.Builder.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) final ApiDef.Endpoint.BuilderApiDef.Endpoint.Builder.setUnknownFields(UnknownFieldSet unknownFields) 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;