Class: Google::Cloud::AIPlatform::V1::IndexPrivateEndpoints

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/index_endpoint.rb

Overview

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.

Instance Attribute Summary collapse

Instance Attribute Details

#match_grpc_address::String (readonly)

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

Returns:

  • (::String)

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



298
299
300
301
# File 'proto_docs/google/cloud/aiplatform/v1/index_endpoint.rb', line 298

class IndexPrivateEndpoints
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#psc_automated_endpoints::Array<::Google::Cloud::AIPlatform::V1::PscAutomatedEndpoints> (readonly)

Returns Output only. PscAutomatedEndpoints is populated if private service connect is enabled if PscAutomatedConfig is set.

Returns:



298
299
300
301
# File 'proto_docs/google/cloud/aiplatform/v1/index_endpoint.rb', line 298

class IndexPrivateEndpoints
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#service_attachment::String (readonly)

Returns Output only. The name of the service attachment resource. Populated if private service connect is enabled.

Returns:

  • (::String)

    Output only. The name of the service attachment resource. Populated if private service connect is enabled.



298
299
300
301
# File 'proto_docs/google/cloud/aiplatform/v1/index_endpoint.rb', line 298

class IndexPrivateEndpoints
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end