Package com.google.cloud.retail.v2alpha
Interface GetDefaultBranchRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetDefaultBranchRequest
,GetDefaultBranchRequest.Builder
public interface GetDefaultBranchRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCatalog()
The parent catalog resource name, such as `projects/*/locations/global/catalogs/default_catalog`.com.google.protobuf.ByteString
getCatalogBytes()
The parent catalog resource name, such as `projects/*/locations/global/catalogs/default_catalog`.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCatalog
String getCatalog()
The parent catalog resource name, such as `projects/*/locations/global/catalogs/default_catalog`.
string catalog = 1 [(.google.api.resource_reference) = { ... }
- Returns:
- The catalog.
-
getCatalogBytes
com.google.protobuf.ByteString getCatalogBytes()
The parent catalog resource name, such as `projects/*/locations/global/catalogs/default_catalog`.
string catalog = 1 [(.google.api.resource_reference) = { ... }
- Returns:
- The bytes for catalog.
-
-