Class: Google::Cloud::Retail::V2::GetDefaultBranchRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/retail/v2/catalog_service.rb

Overview

Request message to show which branch is currently the default branch.

Instance Attribute Summary collapse

Instance Attribute Details

#catalog::String

Returns The parent catalog resource name, such as projects/*/locations/global/catalogs/default_catalog.

Returns:

  • (::String)

    The parent catalog resource name, such as projects/*/locations/global/catalogs/default_catalog.



139
140
141
142
# File 'proto_docs/google/cloud/retail/v2/catalog_service.rb', line 139

class GetDefaultBranchRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end