Class: Google::Cloud::Compute::V1::GetPublicDelegatedPrefixeRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::GetPublicDelegatedPrefixeRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for PublicDelegatedPrefixes.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.
-
#region ⇒ ::String
Name of the region of this request.
Instance Attribute Details
#project ⇒ ::String
Returns Project ID for this request.
9900 9901 9902 9903 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 9900 class GetPublicDelegatedPrefixeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#public_delegated_prefix ⇒ ::String
Returns Name of the PublicDelegatedPrefix resource to return.
9900 9901 9902 9903 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 9900 class GetPublicDelegatedPrefixeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#region ⇒ ::String
Returns Name of the region of this request.
9900 9901 9902 9903 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 9900 class GetPublicDelegatedPrefixeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |