Class: Google::Apis::DeploymentmanagerV2beta::TypeProvider
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::DeploymentmanagerV2beta::TypeProvider
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/deploymentmanager_v2beta/classes.rb,
 generated/google/apis/deploymentmanager_v2beta/representations.rb,
 generated/google/apis/deploymentmanager_v2beta/representations.rb
Overview
A type provider that describes a service-backed Type.
Instance Attribute Summary collapse
- 
  
    
      #collection_overrides  ⇒ Array<Google::Apis::DeploymentmanagerV2beta::CollectionOverride> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Allows resource handling overrides for specific collections Corresponds to the JSON property collectionOverrides.
- 
  
    
      #credential  ⇒ Google::Apis::DeploymentmanagerV2beta::Credential 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The credential used by Deployment Manager and TypeProvider. 
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    An optional textual description of the resource; provided by the client when the resource is created. 
- 
  
    
      #descriptor_url  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Descriptor Url for the this type provider. 
- 
  
    
      #id  ⇒ Fixnum 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Output only. 
- 
  
    
      #insert_time  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Output only. 
- 
  
    
      #labels  ⇒ Array<Google::Apis::DeploymentmanagerV2beta::TypeProviderLabelEntry> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Map of labels; provided by the client when the resource is created or updated. 
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Name of the resource; provided by the client when the resource is created. 
- 
  
    
      #operation  ⇒ Google::Apis::DeploymentmanagerV2beta::Operation 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    An Operation resource, used to manage asynchronous API requests. 
- 
  
    
      #options  ⇒ Google::Apis::DeploymentmanagerV2beta::Options 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Options allows customized resource handling by Deployment Manager. 
- 
  
    
      #self_link  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Output only. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ TypeProvider 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of TypeProvider. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ TypeProvider
Returns a new instance of TypeProvider
| 2508 2509 2510 | # File 'generated/google/apis/deploymentmanager_v2beta/classes.rb', line 2508 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#collection_overrides ⇒ Array<Google::Apis::DeploymentmanagerV2beta::CollectionOverride>
Allows resource handling overrides for specific collections
Corresponds to the JSON property collectionOverrides
| 2440 2441 2442 | # File 'generated/google/apis/deploymentmanager_v2beta/classes.rb', line 2440 def collection_overrides @collection_overrides end | 
#credential ⇒ Google::Apis::DeploymentmanagerV2beta::Credential
The credential used by Deployment Manager and TypeProvider. Only one of the
options is permitted.
Corresponds to the JSON property credential
| 2446 2447 2448 | # File 'generated/google/apis/deploymentmanager_v2beta/classes.rb', line 2446 def credential @credential end | 
#description ⇒ String
An optional textual description of the resource; provided by the client when
the resource is created.
Corresponds to the JSON property description
| 2452 2453 2454 | # File 'generated/google/apis/deploymentmanager_v2beta/classes.rb', line 2452 def description @description end | 
#descriptor_url ⇒ String
Descriptor Url for the this type provider.
Corresponds to the JSON property descriptorUrl
| 2457 2458 2459 | # File 'generated/google/apis/deploymentmanager_v2beta/classes.rb', line 2457 def descriptor_url @descriptor_url end | 
#id ⇒ Fixnum
Output only. Unique identifier for the resource; defined by the server.
Corresponds to the JSON property id
| 2462 2463 2464 | # File 'generated/google/apis/deploymentmanager_v2beta/classes.rb', line 2462 def id @id end | 
#insert_time ⇒ String
Output only. Timestamp when the type provider was created, in RFC3339 text
format.
Corresponds to the JSON property insertTime
| 2468 2469 2470 | # File 'generated/google/apis/deploymentmanager_v2beta/classes.rb', line 2468 def insert_time @insert_time end | 
#labels ⇒ Array<Google::Apis::DeploymentmanagerV2beta::TypeProviderLabelEntry>
Map of labels; provided by the client when the resource is created or updated.
Specifically: Label keys must be between 1 and 63 characters long and must
conform to the following regular expression: a-z? Label
values must be between 0 and 63 characters long and must conform to the
regular expression (a-z?)?
Corresponds to the JSON property labels
| 2477 2478 2479 | # File 'generated/google/apis/deploymentmanager_v2beta/classes.rb', line 2477 def labels @labels end | 
#name ⇒ String
Name of the resource; provided by the client when the resource is created. The
name must be 1-63 characters long, and comply with RFC1035. Specifically, the
name must be 1-63 characters long and match the regular expression a-z? which means the first character must be a lowercase letter,
and all following characters must be a dash, lowercase letter, or digit,
except the last character, which cannot be a dash.
Corresponds to the JSON property name
| 2487 2488 2489 | # File 'generated/google/apis/deploymentmanager_v2beta/classes.rb', line 2487 def name @name end | 
#operation ⇒ Google::Apis::DeploymentmanagerV2beta::Operation
An Operation resource, used to manage asynchronous API requests. (==
resource_for v1.globalOperations ==) (== resource_for beta.globalOperations ==)
(== resource_for v1.regionOperations ==) (== resource_for beta.
regionOperations ==) (== resource_for v1.zoneOperations ==) (== resource_for
beta.zoneOperations ==)
Corresponds to the JSON property operation
| 2496 2497 2498 | # File 'generated/google/apis/deploymentmanager_v2beta/classes.rb', line 2496 def operation @operation end | 
#options ⇒ Google::Apis::DeploymentmanagerV2beta::Options
Options allows customized resource handling by Deployment Manager.
Corresponds to the JSON property options
| 2501 2502 2503 | # File 'generated/google/apis/deploymentmanager_v2beta/classes.rb', line 2501 def @options end | 
#self_link ⇒ String
Output only. Self link for the type provider.
Corresponds to the JSON property selfLink
| 2506 2507 2508 | # File 'generated/google/apis/deploymentmanager_v2beta/classes.rb', line 2506 def self_link @self_link end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 | # File 'generated/google/apis/deploymentmanager_v2beta/classes.rb', line 2513 def update!(**args) @collection_overrides = args[:collection_overrides] if args.key?(:collection_overrides) @credential = args[:credential] if args.key?(:credential) @description = args[:description] if args.key?(:description) @descriptor_url = args[:descriptor_url] if args.key?(:descriptor_url) @id = args[:id] if args.key?(:id) @insert_time = args[:insert_time] if args.key?(:insert_time) @labels = args[:labels] if args.key?(:labels) @name = args[:name] if args.key?(:name) @operation = args[:operation] if args.key?(:operation) @options = args[:options] if args.key?(:options) @self_link = args[:self_link] if args.key?(:self_link) end |