- 2.55.0 (latest)
- 2.54.0
- 2.53.0
- 2.51.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.1
- 2.4.0
- 2.3.0
- 2.2.3
- 2.1.0
- 2.0.19
public static final class GetDefaultBranchRequest.Builder extends GeneratedMessageV3.Builder<GetDefaultBranchRequest.Builder> implements GetDefaultBranchRequestOrBuilder
Request message to show which branch is currently the default branch.
Protobuf type google.cloud.retail.v2alpha.GetDefaultBranchRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > GetDefaultBranchRequest.BuilderImplements
GetDefaultBranchRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public GetDefaultBranchRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
GetDefaultBranchRequest.Builder |
build()
public GetDefaultBranchRequest build()
Returns | |
---|---|
Type | Description |
GetDefaultBranchRequest |
buildPartial()
public GetDefaultBranchRequest buildPartial()
Returns | |
---|---|
Type | Description |
GetDefaultBranchRequest |
clear()
public GetDefaultBranchRequest.Builder clear()
Returns | |
---|---|
Type | Description |
GetDefaultBranchRequest.Builder |
clearCatalog()
public GetDefaultBranchRequest.Builder clearCatalog()
The parent catalog resource name, such as
projects/*/locations/global/catalogs/default_catalog
.
string catalog = 1 [(.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
GetDefaultBranchRequest.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public GetDefaultBranchRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
GetDefaultBranchRequest.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public GetDefaultBranchRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
GetDefaultBranchRequest.Builder |
clone()
public GetDefaultBranchRequest.Builder clone()
Returns | |
---|---|
Type | Description |
GetDefaultBranchRequest.Builder |
getCatalog()
public String getCatalog()
The parent catalog resource name, such as
projects/*/locations/global/catalogs/default_catalog
.
string catalog = 1 [(.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String | The catalog. |
getCatalogBytes()
public ByteString getCatalogBytes()
The parent catalog resource name, such as
projects/*/locations/global/catalogs/default_catalog
.
string catalog = 1 [(.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString | The bytes for catalog. |
getDefaultInstanceForType()
public GetDefaultBranchRequest getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
GetDefaultBranchRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(GetDefaultBranchRequest other)
public GetDefaultBranchRequest.Builder mergeFrom(GetDefaultBranchRequest other)
Parameter | |
---|---|
Name | Description |
other | GetDefaultBranchRequest |
Returns | |
---|---|
Type | Description |
GetDefaultBranchRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetDefaultBranchRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
GetDefaultBranchRequest.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public GetDefaultBranchRequest.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other | Message |
Returns | |
---|---|
Type | Description |
GetDefaultBranchRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final GetDefaultBranchRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
GetDefaultBranchRequest.Builder |
setCatalog(String value)
public GetDefaultBranchRequest.Builder setCatalog(String value)
The parent catalog resource name, such as
projects/*/locations/global/catalogs/default_catalog
.
string catalog = 1 [(.google.api.resource_reference) = { ... }
Parameter | |
---|---|
Name | Description |
value | String The catalog to set. |
Returns | |
---|---|
Type | Description |
GetDefaultBranchRequest.Builder | This builder for chaining. |
setCatalogBytes(ByteString value)
public GetDefaultBranchRequest.Builder setCatalogBytes(ByteString value)
The parent catalog resource name, such as
projects/*/locations/global/catalogs/default_catalog
.
string catalog = 1 [(.google.api.resource_reference) = { ... }
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for catalog to set. |
Returns | |
---|---|
Type | Description |
GetDefaultBranchRequest.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public GetDefaultBranchRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
GetDefaultBranchRequest.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public GetDefaultBranchRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Returns | |
---|---|
Type | Description |
GetDefaultBranchRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final GetDefaultBranchRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
GetDefaultBranchRequest.Builder |