App Optimize V1BETA API - Class Google::Cloud::Appoptimize::V1beta::CreateReportRequest (v0.1.0)

Reference documentation and code samples for the App Optimize V1BETA API class Google::Cloud::Appoptimize::V1beta::CreateReportRequest.

Request message for the CreateReport method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The parent Google Cloud project that will own the report.

    This value does not define the scope of the report data. See Report.scope for setting the data scope.

    Format: projects/{project}/locations/{location}.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The parent Google Cloud project that will own the report.

    This value does not define the scope of the report data. See Report.scope for setting the data scope.

    Format: projects/{project}/locations/{location}.

Returns
  • (::String) — Required. The parent Google Cloud project that will own the report.

    This value does not define the scope of the report data. See Report.scope for setting the data scope.

    Format: projects/{project}/locations/{location}.

#report

def report() -> ::Google::Cloud::Appoptimize::V1beta::Report
Returns

#report=

def report=(value) -> ::Google::Cloud::Appoptimize::V1beta::Report
Parameter
Returns

#report_id

def report_id() -> ::String
Returns
  • (::String) — Required. The ID to use for this report. This ID must be unique within the parent project and should comply with RFC 1034 restrictions (letters, numbers, and hyphen, with the first character a letter, the last a letter or a number, and a 63 character maximum).

#report_id=

def report_id=(value) -> ::String
Parameter
  • value (::String) — Required. The ID to use for this report. This ID must be unique within the parent project and should comply with RFC 1034 restrictions (letters, numbers, and hyphen, with the first character a letter, the last a letter or a number, and a 63 character maximum).
Returns
  • (::String) — Required. The ID to use for this report. This ID must be unique within the parent project and should comply with RFC 1034 restrictions (letters, numbers, and hyphen, with the first character a letter, the last a letter or a number, and a 63 character maximum).