Class: Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::CompositeRef
- Inherits:
-
Object
- Object
- Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::CompositeRef
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/saasplatform/saasservicemgmt/v1beta1/deployments_resources.rb
Overview
CompositeRef represents a reference to a composite resource. Next ID: 4
Instance Attribute Summary collapse
-
#application_template ⇒ ::String
Required.
-
#revision ⇒ ::String
Revision of the ApplicationTemplate to use.
-
#sync_operation ⇒ ::String
readonly
Output only.
Instance Attribute Details
#application_template ⇒ ::String
Returns Required. Reference to the ApplicationTemplate resource.
927 928 929 930 |
# File 'proto_docs/google/cloud/saasplatform/saasservicemgmt/v1beta1/deployments_resources.rb', line 927 class CompositeRef include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#revision ⇒ ::String
Returns Revision of the ApplicationTemplate to use. Changes to revision will trigger manual resynchronization. If empty, ApplicationTemplate will be ignored.
927 928 929 930 |
# File 'proto_docs/google/cloud/saasplatform/saasservicemgmt/v1beta1/deployments_resources.rb', line 927 class CompositeRef include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sync_operation ⇒ ::String (readonly)
Returns Output only. Reference to on-going AppTemplate import and replication operation (i.e. the operation_id for the long-running operation). This field is opaque for external usage.
927 928 929 930 |
# File 'proto_docs/google/cloud/saasplatform/saasservicemgmt/v1beta1/deployments_resources.rb', line 927 class CompositeRef include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |