public interface IndexPrivateEndpointsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for serviceAttachment. |