Class: Google::Cloud::ArtifactRegistry::V1::GetProjectSettingsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ArtifactRegistry::V1::GetProjectSettingsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/artifactregistry/v1/settings.rb
Overview
Gets the redirection status for a project.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the projectSettings resource.
71 72 73 74 |
# File 'proto_docs/google/devtools/artifactregistry/v1/settings.rb', line 71 class GetProjectSettingsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |