Class IndexPrivateEndpoints (3.44.0)

public final class IndexPrivateEndpoints extends 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

Static Fields

MATCH_GRPC_ADDRESS_FIELD_NUMBER

public static final int MATCH_GRPC_ADDRESS_FIELD_NUMBER
Field Value
Type Description
int

PSC_AUTOMATED_ENDPOINTS_FIELD_NUMBER

public static final int PSC_AUTOMATED_ENDPOINTS_FIELD_NUMBER
Field Value
Type Description
int

SERVICE_ATTACHMENT_FIELD_NUMBER

public static final int SERVICE_ATTACHMENT_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static IndexPrivateEndpoints getDefaultInstance()
Returns
Type Description
IndexPrivateEndpoints

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static IndexPrivateEndpoints.Builder newBuilder()
Returns
Type Description
IndexPrivateEndpoints.Builder

newBuilder(IndexPrivateEndpoints prototype)

public static IndexPrivateEndpoints.Builder newBuilder(IndexPrivateEndpoints prototype)
Parameter
Name Description
prototype IndexPrivateEndpoints
Returns
Type Description
IndexPrivateEndpoints.Builder

parseDelimitedFrom(InputStream input)

public static IndexPrivateEndpoints parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
IndexPrivateEndpoints
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static IndexPrivateEndpoints parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
IndexPrivateEndpoints
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static IndexPrivateEndpoints parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
IndexPrivateEndpoints
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static IndexPrivateEndpoints parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
IndexPrivateEndpoints
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static IndexPrivateEndpoints parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
IndexPrivateEndpoints
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static IndexPrivateEndpoints parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
IndexPrivateEndpoints
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static IndexPrivateEndpoints parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
IndexPrivateEndpoints
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static IndexPrivateEndpoints parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
IndexPrivateEndpoints
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static IndexPrivateEndpoints parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
IndexPrivateEndpoints
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static IndexPrivateEndpoints parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
IndexPrivateEndpoints
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static IndexPrivateEndpoints parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
IndexPrivateEndpoints
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static IndexPrivateEndpoints parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
IndexPrivateEndpoints
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<IndexPrivateEndpoints> parser()
Returns
Type Description
Parser<IndexPrivateEndpoints>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public IndexPrivateEndpoints getDefaultInstanceForType()
Returns
Type Description
IndexPrivateEndpoints

getMatchGrpcAddress()

public String getMatchGrpcAddress()

Output only. The ip address used to send match gRPC requests.

string match_grpc_address = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The matchGrpcAddress.

getMatchGrpcAddressBytes()

public ByteString getMatchGrpcAddressBytes()

Output only. The ip address used to send match gRPC requests.

string match_grpc_address = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for matchGrpcAddress.

getParserForType()

public Parser<IndexPrivateEndpoints> getParserForType()
Returns
Type Description
Parser<IndexPrivateEndpoints>
Overrides

getPscAutomatedEndpoints(int index)

public 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];

Parameter
Name Description
index int
Returns
Type Description
PscAutomatedEndpoints

getPscAutomatedEndpointsCount()

public 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];

Returns
Type Description
int

getPscAutomatedEndpointsList()

public 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];

Returns
Type Description
List<PscAutomatedEndpoints>

getPscAutomatedEndpointsOrBuilder(int index)

public 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];

Parameter
Name Description
index int
Returns
Type Description
PscAutomatedEndpointsOrBuilder

getPscAutomatedEndpointsOrBuilderList()

public 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];

Returns
Type Description
List<? extends com.google.cloud.aiplatform.v1.PscAutomatedEndpointsOrBuilder>

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getServiceAttachment()

public 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];

Returns
Type Description
String

The serviceAttachment.

getServiceAttachmentBytes()

public 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];

Returns
Type Description
ByteString

The bytes for serviceAttachment.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public IndexPrivateEndpoints.Builder newBuilderForType()
Returns
Type Description
IndexPrivateEndpoints.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected IndexPrivateEndpoints.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
IndexPrivateEndpoints.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public IndexPrivateEndpoints.Builder toBuilder()
Returns
Type Description
IndexPrivateEndpoints.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException