Interface IndexPrivateEndpointsOrBuilder (3.42.0)

public interface IndexPrivateEndpointsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMatchGrpcAddress()

public abstract 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
TypeDescription
String

The matchGrpcAddress.

getMatchGrpcAddressBytes()

public abstract 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
TypeDescription
ByteString

The bytes for matchGrpcAddress.

getPscAutomatedEndpoints(int index)

public abstract 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
NameDescription
indexint
Returns
TypeDescription
PscAutomatedEndpoints

getPscAutomatedEndpointsCount()

public abstract 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
TypeDescription
int

getPscAutomatedEndpointsList()

public abstract 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
TypeDescription
List<PscAutomatedEndpoints>

getPscAutomatedEndpointsOrBuilder(int index)

public abstract 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
NameDescription
indexint
Returns
TypeDescription
PscAutomatedEndpointsOrBuilder

getPscAutomatedEndpointsOrBuilderList()

public abstract 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
TypeDescription
List<? extends com.google.cloud.aiplatform.v1.PscAutomatedEndpointsOrBuilder>

getServiceAttachment()

public abstract 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
TypeDescription
String

The serviceAttachment.

getServiceAttachmentBytes()

public abstract 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
TypeDescription
ByteString

The bytes for serviceAttachment.