public final class IndexPrivateEndpoints extends com.google.protobuf.GeneratedMessageV3 implements IndexPrivateEndpointsOrBuilder
IndexPrivateEndpoints proto is used to provide paths for users to send requests via private endpoints (e.g. private service access, private service connect). To send request via private service access, use match_grpc_address. To send request via private service connect, use service_attachment.Protobuf type
google.cloud.aiplatform.v1.IndexPrivateEndpoints| Modifier and Type | Class and Description |
|---|---|
static class |
IndexPrivateEndpoints.Builder
IndexPrivateEndpoints proto is used to provide paths for users to send
requests via private endpoints (e.g.
|
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 |
MATCH_GRPC_ADDRESS_FIELD_NUMBER |
static int |
PSC_AUTOMATED_ENDPOINTS_FIELD_NUMBER |
static int |
SERVICE_ATTACHMENT_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static IndexPrivateEndpoints |
getDefaultInstance() |
IndexPrivateEndpoints |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getMatchGrpcAddress()
Output only.
|
com.google.protobuf.ByteString |
getMatchGrpcAddressBytes()
Output only.
|
com.google.protobuf.Parser<IndexPrivateEndpoints> |
getParserForType() |
PscAutomatedEndpoints |
getPscAutomatedEndpoints(int index)
Output only.
|
int |
getPscAutomatedEndpointsCount()
Output only.
|
List<PscAutomatedEndpoints> |
getPscAutomatedEndpointsList()
Output only.
|
PscAutomatedEndpointsOrBuilder |
getPscAutomatedEndpointsOrBuilder(int index)
Output only.
|
List<? extends PscAutomatedEndpointsOrBuilder> |
getPscAutomatedEndpointsOrBuilderList()
Output only.
|
int |
getSerializedSize() |
String |
getServiceAttachment()
Output only.
|
com.google.protobuf.ByteString |
getServiceAttachmentBytes()
Output only.
|
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static IndexPrivateEndpoints.Builder |
newBuilder() |
static IndexPrivateEndpoints.Builder |
newBuilder(IndexPrivateEndpoints prototype) |
IndexPrivateEndpoints.Builder |
newBuilderForType() |
protected IndexPrivateEndpoints.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static IndexPrivateEndpoints |
parseDelimitedFrom(InputStream input) |
static IndexPrivateEndpoints |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static IndexPrivateEndpoints |
parseFrom(byte[] data) |
static IndexPrivateEndpoints |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static IndexPrivateEndpoints |
parseFrom(ByteBuffer data) |
static IndexPrivateEndpoints |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static IndexPrivateEndpoints |
parseFrom(com.google.protobuf.ByteString data) |
static IndexPrivateEndpoints |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static IndexPrivateEndpoints |
parseFrom(com.google.protobuf.CodedInputStream input) |
static IndexPrivateEndpoints |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static IndexPrivateEndpoints |
parseFrom(InputStream input) |
static IndexPrivateEndpoints |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<IndexPrivateEndpoints> |
parser() |
IndexPrivateEndpoints.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, internalGetMapFieldReflection, 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 MATCH_GRPC_ADDRESS_FIELD_NUMBER
public static final int SERVICE_ATTACHMENT_FIELD_NUMBER
public static final int PSC_AUTOMATED_ENDPOINTS_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.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public String getMatchGrpcAddress()
Output only. The ip address used to send match gRPC requests.
string match_grpc_address = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];getMatchGrpcAddress in interface IndexPrivateEndpointsOrBuilderpublic com.google.protobuf.ByteString getMatchGrpcAddressBytes()
Output only. The ip address used to send match gRPC requests.
string match_grpc_address = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];getMatchGrpcAddressBytes in interface IndexPrivateEndpointsOrBuilderpublic String getServiceAttachment()
Output only. The name of the service attachment resource. Populated if private service connect is enabled.
string service_attachment = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];getServiceAttachment in interface IndexPrivateEndpointsOrBuilderpublic com.google.protobuf.ByteString getServiceAttachmentBytes()
Output only. The name of the service attachment resource. Populated if private service connect is enabled.
string service_attachment = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];getServiceAttachmentBytes in interface IndexPrivateEndpointsOrBuilderpublic List<PscAutomatedEndpoints> getPscAutomatedEndpointsList()
Output only. PscAutomatedEndpoints is populated if private service connect is enabled if PscAutomatedConfig is set.
repeated .google.cloud.aiplatform.v1.PscAutomatedEndpoints psc_automated_endpoints = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
getPscAutomatedEndpointsList in interface IndexPrivateEndpointsOrBuilderpublic List<? extends PscAutomatedEndpointsOrBuilder> getPscAutomatedEndpointsOrBuilderList()
Output only. PscAutomatedEndpoints is populated if private service connect is enabled if PscAutomatedConfig is set.
repeated .google.cloud.aiplatform.v1.PscAutomatedEndpoints psc_automated_endpoints = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
getPscAutomatedEndpointsOrBuilderList in interface IndexPrivateEndpointsOrBuilderpublic int getPscAutomatedEndpointsCount()
Output only. PscAutomatedEndpoints is populated if private service connect is enabled if PscAutomatedConfig is set.
repeated .google.cloud.aiplatform.v1.PscAutomatedEndpoints psc_automated_endpoints = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
getPscAutomatedEndpointsCount in interface IndexPrivateEndpointsOrBuilderpublic PscAutomatedEndpoints getPscAutomatedEndpoints(int index)
Output only. PscAutomatedEndpoints is populated if private service connect is enabled if PscAutomatedConfig is set.
repeated .google.cloud.aiplatform.v1.PscAutomatedEndpoints psc_automated_endpoints = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
getPscAutomatedEndpoints in interface IndexPrivateEndpointsOrBuilderpublic PscAutomatedEndpointsOrBuilder getPscAutomatedEndpointsOrBuilder(int index)
Output only. PscAutomatedEndpoints is populated if private service connect is enabled if PscAutomatedConfig is set.
repeated .google.cloud.aiplatform.v1.PscAutomatedEndpoints psc_automated_endpoints = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
getPscAutomatedEndpointsOrBuilder in interface IndexPrivateEndpointsOrBuilderpublic 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 IndexPrivateEndpoints parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static IndexPrivateEndpoints parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static IndexPrivateEndpoints parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static IndexPrivateEndpoints parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static IndexPrivateEndpoints parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static IndexPrivateEndpoints parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static IndexPrivateEndpoints parseFrom(InputStream input) throws IOException
IOExceptionpublic static IndexPrivateEndpoints parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static IndexPrivateEndpoints parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static IndexPrivateEndpoints parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static IndexPrivateEndpoints parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static IndexPrivateEndpoints parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic IndexPrivateEndpoints.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static IndexPrivateEndpoints.Builder newBuilder()
public static IndexPrivateEndpoints.Builder newBuilder(IndexPrivateEndpoints prototype)
public IndexPrivateEndpoints.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected IndexPrivateEndpoints.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static IndexPrivateEndpoints getDefaultInstance()
public static com.google.protobuf.Parser<IndexPrivateEndpoints> parser()
public com.google.protobuf.Parser<IndexPrivateEndpoints> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public IndexPrivateEndpoints getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024 Google LLC. All rights reserved.