Class: Google::Cloud::ConfigService::V1::PreviewResult
- Inherits:
-
Object
- Object
- Google::Cloud::ConfigService::V1::PreviewResult
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/config/v1/config.rb
Overview
Contains a signed Cloud Storage URLs.
Instance Attribute Summary collapse
-
#binary_signed_uri ⇒ ::String
readonly
Output only.
-
#json_signed_uri ⇒ ::String
readonly
Output only.
Instance Attribute Details
#binary_signed_uri ⇒ ::String (readonly)
Returns Output only. Plan binary signed URL.
1528 1529 1530 1531 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1528 class PreviewResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#json_signed_uri ⇒ ::String (readonly)
Returns Output only. Plan JSON signed URL.
1528 1529 1530 1531 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1528 class PreviewResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |