Class: Google::Cloud::Compute::V1::GetGlobalPublicDelegatedPrefixeRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::GetGlobalPublicDelegatedPrefixeRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for GlobalPublicDelegatedPrefixes.Get. See the method description for details.
Instance Attribute Summary collapse
-
#project ⇒ ::String
Project ID for this request.
-
#public_delegated_prefix ⇒ ::String
Name of the PublicDelegatedPrefix resource to return.
Instance Attribute Details
#project ⇒ ::String
Returns Project ID for this request.
8957 8958 8959 8960 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 8957 class GetGlobalPublicDelegatedPrefixeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#public_delegated_prefix ⇒ ::String
Returns Name of the PublicDelegatedPrefix resource to return.
8957 8958 8959 8960 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 8957 class GetGlobalPublicDelegatedPrefixeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |