Class: Google::Apis::AppengineV1beta::ExportAppImageRequest

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

Overview

Request message for Versions.ExportAppImage.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ExportAppImageRequest

Returns a new instance of ExportAppImageRequest.



1121
1122
1123
# File 'lib/google/apis/appengine_v1beta/classes.rb', line 1121

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

Instance Attribute Details

#destination_repositoryString

Optional. The full resource name of the AR repository to export to. Format: projects/project/locations/location/repositories/repository If not specified, defaults to projects/project/locations/location/repositories/ gae-standard in the same region as the app. The default repository will be created if it does not exist. Corresponds to the JSON property destinationRepository

Returns:

  • (String)


1119
1120
1121
# File 'lib/google/apis/appengine_v1beta/classes.rb', line 1119

def destination_repository
  @destination_repository
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1126
1127
1128
# File 'lib/google/apis/appengine_v1beta/classes.rb', line 1126

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