Class: Google::Cloud::Retail::V2::GetDefaultBranchResponse

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

Response message of CatalogService.GetDefaultBranch.

Instance Attribute Summary collapse

Instance Attribute Details

#branch::String

Returns Full resource name of the branch id currently set as default branch.

Returns:

  • (::String)

    Full resource name of the branch id currently set as default branch.



157
158
159
160
# File 'proto_docs/google/cloud/retail/v2/catalog_service.rb', line 157

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

#note::String

Returns This corresponds to SetDefaultBranchRequest.note field, when this branch was set as default.

Returns:



157
158
159
160
# File 'proto_docs/google/cloud/retail/v2/catalog_service.rb', line 157

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

#set_time::Google::Protobuf::Timestamp

Returns The time when this branch is set to default.

Returns:



157
158
159
160
# File 'proto_docs/google/cloud/retail/v2/catalog_service.rb', line 157

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