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

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
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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.