Class: Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaUploadIntegrationVersionRequest

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/integrations_v1alpha/classes.rb,
lib/google/apis/integrations_v1alpha/representations.rb,
lib/google/apis/integrations_v1alpha/representations.rb

Overview

Request for UploadIntegrationVersion.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaUploadIntegrationVersionRequest

Returns a new instance of GoogleCloudIntegrationsV1alphaUploadIntegrationVersionRequest.



9133
9134
9135
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 9133

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#contentString

The textproto of the integration_version. Corresponds to the JSON property content

Returns:

  • (String)


9126
9127
9128
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 9126

def content
  @content
end

#file_formatString

File format for upload request. Corresponds to the JSON property fileFormat

Returns:

  • (String)


9131
9132
9133
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 9131

def file_format
  @file_format
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9138
9139
9140
9141
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 9138

def update!(**args)
  @content = args[:content] if args.key?(:content)
  @file_format = args[:file_format] if args.key?(:file_format)
end