public final class SetDefaultBranchRequest extends GeneratedMessageV3 implements SetDefaultBranchRequestOrBuilder
Request message to set a specified branch as new default_branch.
Protobuf type google.cloud.retail.v2alpha.SetDefaultBranchRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
BRANCH_ID_FIELD_NUMBER
public static final int BRANCH_ID_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
CATALOG_FIELD_NUMBER
public static final int CATALOG_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
FORCE_FIELD_NUMBER
public static final int FORCE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
NOTE_FIELD_NUMBER
public static final int NOTE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static SetDefaultBranchRequest getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static SetDefaultBranchRequest.Builder newBuilder()
newBuilder(SetDefaultBranchRequest prototype)
public static SetDefaultBranchRequest.Builder newBuilder(SetDefaultBranchRequest prototype)
public static SetDefaultBranchRequest parseDelimitedFrom(InputStream input)
public static SetDefaultBranchRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static SetDefaultBranchRequest parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SetDefaultBranchRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static SetDefaultBranchRequest parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SetDefaultBranchRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SetDefaultBranchRequest parseFrom(CodedInputStream input)
public static SetDefaultBranchRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static SetDefaultBranchRequest parseFrom(InputStream input)
public static SetDefaultBranchRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static SetDefaultBranchRequest parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SetDefaultBranchRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<SetDefaultBranchRequest> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getBranchId()
public String getBranchId()
The final component of the resource name of a branch.
This field must be one of "0", "1" or "2". Otherwise, an INVALID_ARGUMENT
error is returned.
If there are no sufficient active products in the targeted branch and
force is not
set, a FAILED_PRECONDITION error is returned.
string branch_id = 2 [(.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
String |
The branchId.
|
getBranchIdBytes()
public ByteString getBranchIdBytes()
The final component of the resource name of a branch.
This field must be one of "0", "1" or "2". Otherwise, an INVALID_ARGUMENT
error is returned.
If there are no sufficient active products in the targeted branch and
force is not
set, a FAILED_PRECONDITION error is returned.
string branch_id = 2 [(.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
ByteString |
The bytes for branchId.
|
getCatalog()
public String getCatalog()
Full resource name of the catalog, 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()
Full resource name of the catalog, 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 SetDefaultBranchRequest getDefaultInstanceForType()
getForce()
public boolean getForce()
If set to true, it permits switching to a branch with
branch_id
even if it has no sufficient active products.
bool force = 4;
Returns |
Type |
Description |
boolean |
The force.
|
getNote()
Some note on this request, this can be retrieved by
CatalogService.GetDefaultBranch
before next valid default branch set occurs.
This field must be a UTF-8 encoded string with a length limit of 1,000
characters. Otherwise, an INVALID_ARGUMENT error is returned.
string note = 3;
Returns |
Type |
Description |
String |
The note.
|
getNoteBytes()
public ByteString getNoteBytes()
Some note on this request, this can be retrieved by
CatalogService.GetDefaultBranch
before next valid default branch set occurs.
This field must be a UTF-8 encoded string with a length limit of 1,000
characters. Otherwise, an INVALID_ARGUMENT error is returned.
string note = 3;
Returns |
Type |
Description |
ByteString |
The bytes for note.
|
getParserForType()
public Parser<SetDefaultBranchRequest> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public SetDefaultBranchRequest.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected SetDefaultBranchRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public SetDefaultBranchRequest.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides