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-
(::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.scopefor setting the data scope.Format:
projects/{project}/locations/{location}.
#parent=
def parent=(value) -> ::String-
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.scopefor setting the data scope.Format:
projects/{project}/locations/{location}.
-
(::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.scopefor setting the data scope.Format:
projects/{project}/locations/{location}.
#report
def report() -> ::Google::Cloud::Appoptimize::V1beta::Report- (::Google::Cloud::Appoptimize::V1beta::Report) — Required. The report resource to create.
#report=
def report=(value) -> ::Google::Cloud::Appoptimize::V1beta::Report- value (::Google::Cloud::Appoptimize::V1beta::Report) — Required. The report resource to create.
- (::Google::Cloud::Appoptimize::V1beta::Report) — Required. The report resource to create.
#report_id
def report_id() -> ::String- (::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- 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).
- (::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).