Interface IndexPrivateEndpointsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
IndexPrivateEndpoints, IndexPrivateEndpoints.Builder

@Generated public interface IndexPrivateEndpointsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getMatchGrpcAddress

      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:
      The matchGrpcAddress.
    • getMatchGrpcAddressBytes

      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];
      Returns:
      The bytes for matchGrpcAddress.
    • getServiceAttachment

      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:
      The serviceAttachment.
    • getServiceAttachmentBytes

      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];
      Returns:
      The bytes for serviceAttachment.
    • getPscAutomatedEndpointsList

      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];
    • getPscAutomatedEndpoints

      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];
    • getPscAutomatedEndpointsCount

      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];
    • getPscAutomatedEndpointsOrBuilderList

      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];
    • getPscAutomatedEndpointsOrBuilder

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