Reference documentation and code samples for the App Optimize V1BETA API class Google::Cloud::Appoptimize::V1beta::Scope.
Specifies the report scope.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#application
def application() -> ::String-
(::String) — Required. An App Hub Application to fetch data from.
Format:
"projects/{project}/locations/{location}/applications/{application}".Note: The following fields are mutually exclusive:
application,project. If a field in that set is populated, all other fields in the set will automatically be cleared.
#application=
def application=(value) -> ::String-
value (::String) — Required. An App Hub Application to fetch data from.
Format:
"projects/{project}/locations/{location}/applications/{application}".Note: The following fields are mutually exclusive:
application,project. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — Required. An App Hub Application to fetch data from.
Format:
"projects/{project}/locations/{location}/applications/{application}".Note: The following fields are mutually exclusive:
application,project. If a field in that set is populated, all other fields in the set will automatically be cleared.
#project
def project() -> ::String-
(::String) — Required. A Google Cloud Platform project to fetch data from.
Format:
"projects/{project}".Note: The following fields are mutually exclusive:
project,application. If a field in that set is populated, all other fields in the set will automatically be cleared.
#project=
def project=(value) -> ::String-
value (::String) — Required. A Google Cloud Platform project to fetch data from.
Format:
"projects/{project}".Note: The following fields are mutually exclusive:
project,application. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — Required. A Google Cloud Platform project to fetch data from.
Format:
"projects/{project}".Note: The following fields are mutually exclusive:
project,application. If a field in that set is populated, all other fields in the set will automatically be cleared.