Capacity Planner V1BETA API - Class Google::Cloud::CapacityPlanner::V1beta::GcsDestination (v0.2.0)

Reference documentation and code samples for the Capacity Planner V1BETA API class Google::Cloud::CapacityPlanner::V1beta::GcsDestination.

A Cloud Storage location.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#bucket

def bucket() -> ::String
Returns
  • (::String) — Required. The bucket name to which the export will be stored.

#bucket=

def bucket=(value) -> ::String
Parameter
  • value (::String) — Required. The bucket name to which the export will be stored.
Returns
  • (::String) — Required. The bucket name to which the export will be stored.

#force

def force() -> ::Boolean
Returns
  • (::Boolean) — Optional. Flag to indicate overwrite in case file already exists.

#force=

def force=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Optional. Flag to indicate overwrite in case file already exists.
Returns
  • (::Boolean) — Optional. Flag to indicate overwrite in case file already exists.

#object

def object() -> ::String
Returns
  • (::String) — Required. The object name to which the export will be stored.

#object=

def object=(value) -> ::String
Parameter
  • value (::String) — Required. The object name to which the export will be stored.
Returns
  • (::String) — Required. The object name to which the export will be stored.

#uri

def uri() -> ::String
Returns
  • (::String) — Optional. The path to the file in Cloud Storage where the export will be stored. The URI is in the form gs://bucketName/fileName. If the file already exists, the request succeeds, but the operation fails.

#uri=

def uri=(value) -> ::String
Parameter
  • value (::String) — Optional. The path to the file in Cloud Storage where the export will be stored. The URI is in the form gs://bucketName/fileName. If the file already exists, the request succeeds, but the operation fails.
Returns
  • (::String) — Optional. The path to the file in Cloud Storage where the export will be stored. The URI is in the form gs://bucketName/fileName. If the file already exists, the request succeeds, but the operation fails.