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)
323 324 325 326 |
# File 'proto_docs/google/cloud/aiplatform/v1/index_endpoint.rb', line 323 class IndexPrivateEndpoints include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#psc_automated_endpoints ⇒ ::Array<::Google::Cloud::AIPlatform::V1::PscAutomatedEndpoints> (readonly)
323 324 325 326 |
# File 'proto_docs/google/cloud/aiplatform/v1/index_endpoint.rb', line 323 class IndexPrivateEndpoints include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service_attachment ⇒ ::String (readonly)
323 324 325 326 |
# File 'proto_docs/google/cloud/aiplatform/v1/index_endpoint.rb', line 323 class IndexPrivateEndpoints include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |