Cloud Product Registry V1 API - Class Google::Cloud::ProductRegistry::V1::LookupEntityResponse (v0.1.0)

Reference documentation and code samples for the Cloud Product Registry V1 API class Google::Cloud::ProductRegistry::V1::LookupEntityResponse.

Response message for LookupEntity.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#logical_product

def logical_product() -> ::Google::Cloud::ProductRegistry::V1::LogicalProduct
Returns
  • (::Google::Cloud::ProductRegistry::V1::LogicalProduct) — Matched LogicalProduct.

    Note: The following fields are mutually exclusive: logical_product, logical_product_variant, product_suite. If a field in that set is populated, all other fields in the set will automatically be cleared.

#logical_product=

def logical_product=(value) -> ::Google::Cloud::ProductRegistry::V1::LogicalProduct
Parameter
  • value (::Google::Cloud::ProductRegistry::V1::LogicalProduct) — Matched LogicalProduct.

    Note: The following fields are mutually exclusive: logical_product, logical_product_variant, product_suite. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::ProductRegistry::V1::LogicalProduct) — Matched LogicalProduct.

    Note: The following fields are mutually exclusive: logical_product, logical_product_variant, product_suite. If a field in that set is populated, all other fields in the set will automatically be cleared.

#logical_product_variant

def logical_product_variant() -> ::Google::Cloud::ProductRegistry::V1::LogicalProductVariant
Returns
  • (::Google::Cloud::ProductRegistry::V1::LogicalProductVariant) — Matched LogicalProductVariant.

    Note: The following fields are mutually exclusive: logical_product_variant, logical_product, product_suite. If a field in that set is populated, all other fields in the set will automatically be cleared.

#logical_product_variant=

def logical_product_variant=(value) -> ::Google::Cloud::ProductRegistry::V1::LogicalProductVariant
Parameter
  • value (::Google::Cloud::ProductRegistry::V1::LogicalProductVariant) — Matched LogicalProductVariant.

    Note: The following fields are mutually exclusive: logical_product_variant, logical_product, product_suite. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::ProductRegistry::V1::LogicalProductVariant) — Matched LogicalProductVariant.

    Note: The following fields are mutually exclusive: logical_product_variant, logical_product, product_suite. If a field in that set is populated, all other fields in the set will automatically be cleared.

#product_suite

def product_suite() -> ::Google::Cloud::ProductRegistry::V1::ProductSuite
Returns
  • (::Google::Cloud::ProductRegistry::V1::ProductSuite) — Matched ProductSuite.

    Note: The following fields are mutually exclusive: product_suite, logical_product, logical_product_variant. If a field in that set is populated, all other fields in the set will automatically be cleared.

#product_suite=

def product_suite=(value) -> ::Google::Cloud::ProductRegistry::V1::ProductSuite
Parameter
  • value (::Google::Cloud::ProductRegistry::V1::ProductSuite) — Matched ProductSuite.

    Note: The following fields are mutually exclusive: product_suite, logical_product, logical_product_variant. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::ProductRegistry::V1::ProductSuite) — Matched ProductSuite.

    Note: The following fields are mutually exclusive: product_suite, logical_product, logical_product_variant. If a field in that set is populated, all other fields in the set will automatically be cleared.