public interface IndexPrivateEndpointsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getMatchGrpcAddress()
Output only.
|
com.google.protobuf.ByteString |
getMatchGrpcAddressBytes()
Output only.
|
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.
|
String |
getServiceAttachment()
Output only.
|
com.google.protobuf.ByteString |
getServiceAttachmentBytes()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getMatchGrpcAddress()
Output only. The ip address used to send match gRPC requests.
string match_grpc_address = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];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];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];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];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];
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];
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];
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];
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];
Copyright © 2024 Google LLC. All rights reserved.