Reference documentation and code samples for the App Optimize V1BETA API class Google::Cloud::Appoptimize::V1beta::DeleteReportRequest.
Request message for the DeleteReport method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#allow_missing
def allow_missing() -> ::Boolean
Returns
- (::Boolean) — Optional. If set to true, and the report is not found, the request will succeed but no action will be taken on the server.
#allow_missing=
def allow_missing=(value) -> ::Boolean
Parameter
- value (::Boolean) — Optional. If set to true, and the report is not found, the request will succeed but no action will be taken on the server.
Returns
- (::Boolean) — Optional. If set to true, and the report is not found, the request will succeed but no action will be taken on the server.
#name
def name() -> ::String
Returns
-
(::String) — Required. The name of the report to delete.
Format:
projects/{project}/locations/{location}/reports/{report_id}.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Required. The name of the report to delete.
Format:
projects/{project}/locations/{location}/reports/{report_id}.
Returns
-
(::String) — Required. The name of the report to delete.
Format:
projects/{project}/locations/{location}/reports/{report_id}.