public static final class ApiDef.Endpoint.Builder extends com.github.os72.protobuf351.GeneratedMessageV3.Builder<ApiDef.Endpoint.Builder> implements ApiDef.EndpointOrBuilder
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 type
tensorflow.ApiDef.Endpoint| Modifier and Type | Method and Description |
|---|---|
ApiDef.Endpoint.Builder |
addRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
Object value) |
ApiDef.Endpoint |
build() |
ApiDef.Endpoint |
buildPartial() |
ApiDef.Endpoint.Builder |
clear() |
ApiDef.Endpoint.Builder |
clearDeprecationVersion()
First GraphDef version at which the op is disallowed.
|
ApiDef.Endpoint.Builder |
clearField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field) |
ApiDef.Endpoint.Builder |
clearName()
Name should be either like "CamelCaseName" or
"Package.CamelCaseName".
|
ApiDef.Endpoint.Builder |
clearOneof(com.github.os72.protobuf351.Descriptors.OneofDescriptor oneof) |
ApiDef.Endpoint.Builder |
clone() |
ApiDef.Endpoint |
getDefaultInstanceForType() |
int |
getDeprecationVersion()
First GraphDef version at which the op is disallowed.
|
static com.github.os72.protobuf351.Descriptors.Descriptor |
getDescriptor() |
com.github.os72.protobuf351.Descriptors.Descriptor |
getDescriptorForType() |
String |
getName()
Name should be either like "CamelCaseName" or
"Package.CamelCaseName".
|
com.github.os72.protobuf351.ByteString |
getNameBytes()
Name should be either like "CamelCaseName" or
"Package.CamelCaseName".
|
protected com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ApiDef.Endpoint.Builder |
mergeFrom(ApiDef.Endpoint other) |
ApiDef.Endpoint.Builder |
mergeFrom(com.github.os72.protobuf351.CodedInputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
ApiDef.Endpoint.Builder |
mergeFrom(com.github.os72.protobuf351.Message other) |
ApiDef.Endpoint.Builder |
mergeUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields) |
ApiDef.Endpoint.Builder |
setDeprecationVersion(int value)
First GraphDef version at which the op is disallowed.
|
ApiDef.Endpoint.Builder |
setField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
Object value) |
ApiDef.Endpoint.Builder |
setName(String value)
Name should be either like "CamelCaseName" or
"Package.CamelCaseName".
|
ApiDef.Endpoint.Builder |
setNameBytes(com.github.os72.protobuf351.ByteString value)
Name should be either like "CamelCaseName" or
"Package.CamelCaseName".
|
ApiDef.Endpoint.Builder |
setRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
int index,
Object value) |
ApiDef.Endpoint.Builder |
setUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.github.os72.protobuf351.Descriptors.Descriptor getDescriptor()
protected com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<ApiDef.Endpoint.Builder>public ApiDef.Endpoint.Builder clear()
clear in interface com.github.os72.protobuf351.Message.Builderclear in interface com.github.os72.protobuf351.MessageLite.Builderclear in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<ApiDef.Endpoint.Builder>public com.github.os72.protobuf351.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.github.os72.protobuf351.Message.BuildergetDescriptorForType in interface com.github.os72.protobuf351.MessageOrBuildergetDescriptorForType in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<ApiDef.Endpoint.Builder>public ApiDef.Endpoint getDefaultInstanceForType()
getDefaultInstanceForType in interface com.github.os72.protobuf351.MessageLiteOrBuildergetDefaultInstanceForType in interface com.github.os72.protobuf351.MessageOrBuilderpublic ApiDef.Endpoint build()
build in interface com.github.os72.protobuf351.Message.Builderbuild in interface com.github.os72.protobuf351.MessageLite.Builderpublic ApiDef.Endpoint buildPartial()
buildPartial in interface com.github.os72.protobuf351.Message.BuilderbuildPartial in interface com.github.os72.protobuf351.MessageLite.Builderpublic ApiDef.Endpoint.Builder clone()
clone in interface com.github.os72.protobuf351.Message.Builderclone in interface com.github.os72.protobuf351.MessageLite.Builderclone in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<ApiDef.Endpoint.Builder>public ApiDef.Endpoint.Builder setField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field, Object value)
setField in interface com.github.os72.protobuf351.Message.BuildersetField in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<ApiDef.Endpoint.Builder>public ApiDef.Endpoint.Builder clearField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field)
clearField in interface com.github.os72.protobuf351.Message.BuilderclearField in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<ApiDef.Endpoint.Builder>public ApiDef.Endpoint.Builder clearOneof(com.github.os72.protobuf351.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.github.os72.protobuf351.Message.BuilderclearOneof in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<ApiDef.Endpoint.Builder>public ApiDef.Endpoint.Builder setRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.github.os72.protobuf351.Message.BuildersetRepeatedField in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<ApiDef.Endpoint.Builder>public ApiDef.Endpoint.Builder addRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.github.os72.protobuf351.Message.BuilderaddRepeatedField in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<ApiDef.Endpoint.Builder>public ApiDef.Endpoint.Builder mergeFrom(com.github.os72.protobuf351.Message other)
mergeFrom in interface com.github.os72.protobuf351.Message.BuildermergeFrom in class com.github.os72.protobuf351.AbstractMessage.Builder<ApiDef.Endpoint.Builder>public ApiDef.Endpoint.Builder mergeFrom(ApiDef.Endpoint other)
public final boolean isInitialized()
isInitialized in interface com.github.os72.protobuf351.MessageLiteOrBuilderisInitialized in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<ApiDef.Endpoint.Builder>public ApiDef.Endpoint.Builder mergeFrom(com.github.os72.protobuf351.CodedInputStream input, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.github.os72.protobuf351.Message.BuildermergeFrom in interface com.github.os72.protobuf351.MessageLite.BuildermergeFrom in class com.github.os72.protobuf351.AbstractMessage.Builder<ApiDef.Endpoint.Builder>IOExceptionpublic 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;getName in interface ApiDef.EndpointOrBuilderpublic com.github.os72.protobuf351.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;getNameBytes in interface ApiDef.EndpointOrBuilderpublic ApiDef.Endpoint.Builder setName(String value)
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 clearName()
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 setNameBytes(com.github.os72.protobuf351.ByteString value)
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 int getDeprecationVersion()
First GraphDef version at which the op is disallowed.
int32 deprecation_version = 2;getDeprecationVersion in interface ApiDef.EndpointOrBuilderpublic ApiDef.Endpoint.Builder setDeprecationVersion(int value)
First GraphDef version at which the op is disallowed.
int32 deprecation_version = 2;public ApiDef.Endpoint.Builder clearDeprecationVersion()
First GraphDef version at which the op is disallowed.
int32 deprecation_version = 2;public final ApiDef.Endpoint.Builder setUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields)
setUnknownFields in interface com.github.os72.protobuf351.Message.BuildersetUnknownFields in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<ApiDef.Endpoint.Builder>public final ApiDef.Endpoint.Builder mergeUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.github.os72.protobuf351.Message.BuildermergeUnknownFields in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<ApiDef.Endpoint.Builder>Copyright © 2018. All rights reserved.