Class: Google::Cloud::Retail::V2::GetDefaultBranchResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Retail::V2::GetDefaultBranchResponse
- 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
-
#branch ⇒ ::String
Full resource name of the branch id currently set as default branch.
-
#note ⇒ ::String
This corresponds to SetDefaultBranchRequest.note field, when this branch was set as default.
-
#set_time ⇒ ::Google::Protobuf::Timestamp
The time when this branch is set to default.
Instance Attribute Details
#branch ⇒ ::String
Returns 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.
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.
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 |