Class: Google::Cloud::AIPlatform::V1::IndexPrivateEndpoints
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::IndexPrivateEndpoints
- 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
-
#match_grpc_address ⇒ ::String
readonly
Output only.
-
#psc_automated_endpoints ⇒ ::Array<::Google::Cloud::AIPlatform::V1::PscAutomatedEndpoints>
readonly
Output only.
-
#service_attachment ⇒ ::String
readonly
Output only.
Instance Attribute Details
#match_grpc_address ⇒ ::String (readonly)
Returns 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.
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.
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 |