public final class IndexEndpoint extends com.google.protobuf.GeneratedMessageV3 implements IndexEndpointOrBuilder
Indexes are deployed into it. An IndexEndpoint can have multiple DeployedIndexes.Protobuf type
google.cloud.aiplatform.v1.IndexEndpoint| Modifier and Type | Class and Description |
|---|---|
static class |
IndexEndpoint.Builder
Indexes are deployed into it.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
CREATE_TIME_FIELD_NUMBER |
static int |
DEPLOYED_INDEXES_FIELD_NUMBER |
static int |
DESCRIPTION_FIELD_NUMBER |
static int |
DISPLAY_NAME_FIELD_NUMBER |
static int |
ENABLE_PRIVATE_SERVICE_CONNECT_FIELD_NUMBER |
static int |
ENCRYPTION_SPEC_FIELD_NUMBER |
static int |
ETAG_FIELD_NUMBER |
static int |
LABELS_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
NETWORK_FIELD_NUMBER |
static int |
PRIVATE_SERVICE_CONNECT_CONFIG_FIELD_NUMBER |
static int |
PUBLIC_ENDPOINT_DOMAIN_NAME_FIELD_NUMBER |
static int |
PUBLIC_ENDPOINT_ENABLED_FIELD_NUMBER |
static int |
UPDATE_TIME_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsLabels(String key)
The labels with user-defined metadata to organize your IndexEndpoints.
|
boolean |
equals(Object obj) |
com.google.protobuf.Timestamp |
getCreateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Output only.
|
static IndexEndpoint |
getDefaultInstance() |
IndexEndpoint |
getDefaultInstanceForType() |
DeployedIndex |
getDeployedIndexes(int index)
Output only.
|
int |
getDeployedIndexesCount()
Output only.
|
List<DeployedIndex> |
getDeployedIndexesList()
Output only.
|
DeployedIndexOrBuilder |
getDeployedIndexesOrBuilder(int index)
Output only.
|
List<? extends DeployedIndexOrBuilder> |
getDeployedIndexesOrBuilderList()
Output only.
|
String |
getDescription()
The description of the IndexEndpoint.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
The description of the IndexEndpoint.
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getDisplayName()
Required.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
Required.
|
boolean |
getEnablePrivateServiceConnect()
Deprecated.
google.cloud.aiplatform.v1.IndexEndpoint.enable_private_service_connect is
deprecated. See google/cloud/aiplatform/v1/index_endpoint.proto;l=104
|
EncryptionSpec |
getEncryptionSpec()
Immutable.
|
EncryptionSpecOrBuilder |
getEncryptionSpecOrBuilder()
Immutable.
|
String |
getEtag()
Used to perform consistent read-modify-write updates.
|
com.google.protobuf.ByteString |
getEtagBytes()
Used to perform consistent read-modify-write updates.
|
Map<String,String> |
getLabels()
Deprecated.
|
int |
getLabelsCount()
The labels with user-defined metadata to organize your IndexEndpoints.
|
Map<String,String> |
getLabelsMap()
The labels with user-defined metadata to organize your IndexEndpoints.
|
String |
getLabelsOrDefault(String key,
String defaultValue)
The labels with user-defined metadata to organize your IndexEndpoints.
|
String |
getLabelsOrThrow(String key)
The labels with user-defined metadata to organize your IndexEndpoints.
|
String |
getName()
Output only.
|
com.google.protobuf.ByteString |
getNameBytes()
Output only.
|
String |
getNetwork()
Optional.
|
com.google.protobuf.ByteString |
getNetworkBytes()
Optional.
|
com.google.protobuf.Parser<IndexEndpoint> |
getParserForType() |
PrivateServiceConnectConfig |
getPrivateServiceConnectConfig()
Optional.
|
PrivateServiceConnectConfigOrBuilder |
getPrivateServiceConnectConfigOrBuilder()
Optional.
|
String |
getPublicEndpointDomainName()
Output only.
|
com.google.protobuf.ByteString |
getPublicEndpointDomainNameBytes()
Output only.
|
boolean |
getPublicEndpointEnabled()
Optional.
|
int |
getSerializedSize() |
com.google.protobuf.Timestamp |
getUpdateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
Output only.
|
boolean |
hasCreateTime()
Output only.
|
boolean |
hasEncryptionSpec()
Immutable.
|
int |
hashCode() |
boolean |
hasPrivateServiceConnectConfig()
Optional.
|
boolean |
hasUpdateTime()
Output only.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapFieldReflectionAccessor |
internalGetMapFieldReflection(int number) |
boolean |
isInitialized() |
static IndexEndpoint.Builder |
newBuilder() |
static IndexEndpoint.Builder |
newBuilder(IndexEndpoint prototype) |
IndexEndpoint.Builder |
newBuilderForType() |
protected IndexEndpoint.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static IndexEndpoint |
parseDelimitedFrom(InputStream input) |
static IndexEndpoint |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static IndexEndpoint |
parseFrom(byte[] data) |
static IndexEndpoint |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static IndexEndpoint |
parseFrom(ByteBuffer data) |
static IndexEndpoint |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static IndexEndpoint |
parseFrom(com.google.protobuf.ByteString data) |
static IndexEndpoint |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static IndexEndpoint |
parseFrom(com.google.protobuf.CodedInputStream input) |
static IndexEndpoint |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static IndexEndpoint |
parseFrom(InputStream input) |
static IndexEndpoint |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<IndexEndpoint> |
parser() |
IndexEndpoint.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int NAME_FIELD_NUMBER
public static final int DISPLAY_NAME_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
public static final int DEPLOYED_INDEXES_FIELD_NUMBER
public static final int ETAG_FIELD_NUMBER
public static final int LABELS_FIELD_NUMBER
public static final int CREATE_TIME_FIELD_NUMBER
public static final int UPDATE_TIME_FIELD_NUMBER
public static final int NETWORK_FIELD_NUMBER
public static final int ENABLE_PRIVATE_SERVICE_CONNECT_FIELD_NUMBER
public static final int PRIVATE_SERVICE_CONNECT_CONFIG_FIELD_NUMBER
public static final int PUBLIC_ENDPOINT_ENABLED_FIELD_NUMBER
public static final int PUBLIC_ENDPOINT_DOMAIN_NAME_FIELD_NUMBER
public static final int ENCRYPTION_SPEC_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
internalGetMapFieldReflection in class com.google.protobuf.GeneratedMessageV3protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public String getName()
Output only. The resource name of the IndexEndpoint.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];getName in interface IndexEndpointOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
Output only. The resource name of the IndexEndpoint.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];getNameBytes in interface IndexEndpointOrBuilderpublic String getDisplayName()
Required. The display name of the IndexEndpoint. The name can be up to 128 characters long and can consist of any UTF-8 characters.
string display_name = 2 [(.google.api.field_behavior) = REQUIRED];getDisplayName in interface IndexEndpointOrBuilderpublic com.google.protobuf.ByteString getDisplayNameBytes()
Required. The display name of the IndexEndpoint. The name can be up to 128 characters long and can consist of any UTF-8 characters.
string display_name = 2 [(.google.api.field_behavior) = REQUIRED];getDisplayNameBytes in interface IndexEndpointOrBuilderpublic String getDescription()
The description of the IndexEndpoint.
string description = 3;getDescription in interface IndexEndpointOrBuilderpublic com.google.protobuf.ByteString getDescriptionBytes()
The description of the IndexEndpoint.
string description = 3;getDescriptionBytes in interface IndexEndpointOrBuilderpublic List<DeployedIndex> getDeployedIndexesList()
Output only. The indexes deployed in this endpoint.
repeated .google.cloud.aiplatform.v1.DeployedIndex deployed_indexes = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
getDeployedIndexesList in interface IndexEndpointOrBuilderpublic List<? extends DeployedIndexOrBuilder> getDeployedIndexesOrBuilderList()
Output only. The indexes deployed in this endpoint.
repeated .google.cloud.aiplatform.v1.DeployedIndex deployed_indexes = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
getDeployedIndexesOrBuilderList in interface IndexEndpointOrBuilderpublic int getDeployedIndexesCount()
Output only. The indexes deployed in this endpoint.
repeated .google.cloud.aiplatform.v1.DeployedIndex deployed_indexes = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
getDeployedIndexesCount in interface IndexEndpointOrBuilderpublic DeployedIndex getDeployedIndexes(int index)
Output only. The indexes deployed in this endpoint.
repeated .google.cloud.aiplatform.v1.DeployedIndex deployed_indexes = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
getDeployedIndexes in interface IndexEndpointOrBuilderpublic DeployedIndexOrBuilder getDeployedIndexesOrBuilder(int index)
Output only. The indexes deployed in this endpoint.
repeated .google.cloud.aiplatform.v1.DeployedIndex deployed_indexes = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
getDeployedIndexesOrBuilder in interface IndexEndpointOrBuilderpublic String getEtag()
Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
string etag = 5;getEtag in interface IndexEndpointOrBuilderpublic com.google.protobuf.ByteString getEtagBytes()
Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
string etag = 5;getEtagBytes in interface IndexEndpointOrBuilderpublic int getLabelsCount()
IndexEndpointOrBuilderThe labels with user-defined metadata to organize your IndexEndpoints. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information and examples of labels.
map<string, string> labels = 6;getLabelsCount in interface IndexEndpointOrBuilderpublic boolean containsLabels(String key)
The labels with user-defined metadata to organize your IndexEndpoints. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information and examples of labels.
map<string, string> labels = 6;containsLabels in interface IndexEndpointOrBuilder@Deprecated public Map<String,String> getLabels()
getLabelsMap() instead.getLabels in interface IndexEndpointOrBuilderpublic Map<String,String> getLabelsMap()
The labels with user-defined metadata to organize your IndexEndpoints. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information and examples of labels.
map<string, string> labels = 6;getLabelsMap in interface IndexEndpointOrBuilderpublic String getLabelsOrDefault(String key, String defaultValue)
The labels with user-defined metadata to organize your IndexEndpoints. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information and examples of labels.
map<string, string> labels = 6;getLabelsOrDefault in interface IndexEndpointOrBuilderpublic String getLabelsOrThrow(String key)
The labels with user-defined metadata to organize your IndexEndpoints. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information and examples of labels.
map<string, string> labels = 6;getLabelsOrThrow in interface IndexEndpointOrBuilderpublic boolean hasCreateTime()
Output only. Timestamp when this IndexEndpoint was created.
.google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasCreateTime in interface IndexEndpointOrBuilderpublic com.google.protobuf.Timestamp getCreateTime()
Output only. Timestamp when this IndexEndpoint was created.
.google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
getCreateTime in interface IndexEndpointOrBuilderpublic com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. Timestamp when this IndexEndpoint was created.
.google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
getCreateTimeOrBuilder in interface IndexEndpointOrBuilderpublic boolean hasUpdateTime()
Output only. Timestamp when this IndexEndpoint was last updated. This timestamp is not updated when the endpoint's DeployedIndexes are updated, e.g. due to updates of the original Indexes they are the deployments of.
.google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasUpdateTime in interface IndexEndpointOrBuilderpublic com.google.protobuf.Timestamp getUpdateTime()
Output only. Timestamp when this IndexEndpoint was last updated. This timestamp is not updated when the endpoint's DeployedIndexes are updated, e.g. due to updates of the original Indexes they are the deployments of.
.google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
getUpdateTime in interface IndexEndpointOrBuilderpublic com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. Timestamp when this IndexEndpoint was last updated. This timestamp is not updated when the endpoint's DeployedIndexes are updated, e.g. due to updates of the original Indexes they are the deployments of.
.google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
getUpdateTimeOrBuilder in interface IndexEndpointOrBuilderpublic String getNetwork()
Optional. The full name of the Google Compute Engine
[network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks)
to which the IndexEndpoint should be peered.
Private services access must already be configured for the network. If left
unspecified, the Endpoint is not peered with any network.
[network][google.cloud.aiplatform.v1.IndexEndpoint.network] and
[private_service_connect_config][google.cloud.aiplatform.v1.IndexEndpoint.private_service_connect_config]
are mutually exclusive.
[Format](https://cloud.google.com/compute/docs/reference/rest/v1/networks/insert):
`projects/{project}/global/networks/{network}`.
Where {project} is a project number, as in '12345', and {network} is
network name.
string network = 9 [(.google.api.field_behavior) = OPTIONAL];getNetwork in interface IndexEndpointOrBuilderpublic com.google.protobuf.ByteString getNetworkBytes()
Optional. The full name of the Google Compute Engine
[network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks)
to which the IndexEndpoint should be peered.
Private services access must already be configured for the network. If left
unspecified, the Endpoint is not peered with any network.
[network][google.cloud.aiplatform.v1.IndexEndpoint.network] and
[private_service_connect_config][google.cloud.aiplatform.v1.IndexEndpoint.private_service_connect_config]
are mutually exclusive.
[Format](https://cloud.google.com/compute/docs/reference/rest/v1/networks/insert):
`projects/{project}/global/networks/{network}`.
Where {project} is a project number, as in '12345', and {network} is
network name.
string network = 9 [(.google.api.field_behavior) = OPTIONAL];getNetworkBytes in interface IndexEndpointOrBuilder@Deprecated public boolean getEnablePrivateServiceConnect()
Optional. Deprecated: If true, expose the IndexEndpoint via private service connect. Only one of the fields, [network][google.cloud.aiplatform.v1.IndexEndpoint.network] or [enable_private_service_connect][google.cloud.aiplatform.v1.IndexEndpoint.enable_private_service_connect], can be set.
bool enable_private_service_connect = 10 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];
getEnablePrivateServiceConnect in interface IndexEndpointOrBuilderpublic boolean hasPrivateServiceConnectConfig()
Optional. Configuration for private service connect. [network][google.cloud.aiplatform.v1.IndexEndpoint.network] and [private_service_connect_config][google.cloud.aiplatform.v1.IndexEndpoint.private_service_connect_config] are mutually exclusive.
.google.cloud.aiplatform.v1.PrivateServiceConnectConfig private_service_connect_config = 12 [(.google.api.field_behavior) = OPTIONAL];
hasPrivateServiceConnectConfig in interface IndexEndpointOrBuilderpublic PrivateServiceConnectConfig getPrivateServiceConnectConfig()
Optional. Configuration for private service connect. [network][google.cloud.aiplatform.v1.IndexEndpoint.network] and [private_service_connect_config][google.cloud.aiplatform.v1.IndexEndpoint.private_service_connect_config] are mutually exclusive.
.google.cloud.aiplatform.v1.PrivateServiceConnectConfig private_service_connect_config = 12 [(.google.api.field_behavior) = OPTIONAL];
getPrivateServiceConnectConfig in interface IndexEndpointOrBuilderpublic PrivateServiceConnectConfigOrBuilder getPrivateServiceConnectConfigOrBuilder()
Optional. Configuration for private service connect. [network][google.cloud.aiplatform.v1.IndexEndpoint.network] and [private_service_connect_config][google.cloud.aiplatform.v1.IndexEndpoint.private_service_connect_config] are mutually exclusive.
.google.cloud.aiplatform.v1.PrivateServiceConnectConfig private_service_connect_config = 12 [(.google.api.field_behavior) = OPTIONAL];
getPrivateServiceConnectConfigOrBuilder in interface IndexEndpointOrBuilderpublic boolean getPublicEndpointEnabled()
Optional. If true, the deployed index will be accessible through public endpoint.
bool public_endpoint_enabled = 13 [(.google.api.field_behavior) = OPTIONAL];getPublicEndpointEnabled in interface IndexEndpointOrBuilderpublic String getPublicEndpointDomainName()
Output only. If [public_endpoint_enabled][google.cloud.aiplatform.v1.IndexEndpoint.public_endpoint_enabled] is true, this field will be populated with the domain name to use for this index endpoint.
string public_endpoint_domain_name = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
getPublicEndpointDomainName in interface IndexEndpointOrBuilderpublic com.google.protobuf.ByteString getPublicEndpointDomainNameBytes()
Output only. If [public_endpoint_enabled][google.cloud.aiplatform.v1.IndexEndpoint.public_endpoint_enabled] is true, this field will be populated with the domain name to use for this index endpoint.
string public_endpoint_domain_name = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
getPublicEndpointDomainNameBytes in interface IndexEndpointOrBuilderpublic boolean hasEncryptionSpec()
Immutable. Customer-managed encryption key spec for an IndexEndpoint. If set, this IndexEndpoint and all sub-resources of this IndexEndpoint will be secured by this key.
.google.cloud.aiplatform.v1.EncryptionSpec encryption_spec = 15 [(.google.api.field_behavior) = IMMUTABLE];
hasEncryptionSpec in interface IndexEndpointOrBuilderpublic EncryptionSpec getEncryptionSpec()
Immutable. Customer-managed encryption key spec for an IndexEndpoint. If set, this IndexEndpoint and all sub-resources of this IndexEndpoint will be secured by this key.
.google.cloud.aiplatform.v1.EncryptionSpec encryption_spec = 15 [(.google.api.field_behavior) = IMMUTABLE];
getEncryptionSpec in interface IndexEndpointOrBuilderpublic EncryptionSpecOrBuilder getEncryptionSpecOrBuilder()
Immutable. Customer-managed encryption key spec for an IndexEndpoint. If set, this IndexEndpoint and all sub-resources of this IndexEndpoint will be secured by this key.
.google.cloud.aiplatform.v1.EncryptionSpec encryption_spec = 15 [(.google.api.field_behavior) = IMMUTABLE];
getEncryptionSpecOrBuilder in interface IndexEndpointOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static IndexEndpoint parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static IndexEndpoint parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static IndexEndpoint parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static IndexEndpoint parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static IndexEndpoint parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static IndexEndpoint parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static IndexEndpoint parseFrom(InputStream input) throws IOException
IOExceptionpublic static IndexEndpoint parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static IndexEndpoint parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static IndexEndpoint parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static IndexEndpoint parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static IndexEndpoint parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic IndexEndpoint.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static IndexEndpoint.Builder newBuilder()
public static IndexEndpoint.Builder newBuilder(IndexEndpoint prototype)
public IndexEndpoint.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected IndexEndpoint.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static IndexEndpoint getDefaultInstance()
public static com.google.protobuf.Parser<IndexEndpoint> parser()
public com.google.protobuf.Parser<IndexEndpoint> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public IndexEndpoint getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024 Google LLC. All rights reserved.