public final class CreateControlRequest extends GeneratedMessageV3 implements CreateControlRequestOrBuilder
Request for CreateControl method.
Protobuf type google.cloud.retail.v2.CreateControlRequest
Static Fields
CONTROL_FIELD_NUMBER
public static final int CONTROL_FIELD_NUMBER
Field Value
CONTROL_ID_FIELD_NUMBER
public static final int CONTROL_ID_FIELD_NUMBER
Field Value
PARENT_FIELD_NUMBER
public static final int PARENT_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static CreateControlRequest getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static CreateControlRequest.Builder newBuilder()
Returns
newBuilder(CreateControlRequest prototype)
public static CreateControlRequest.Builder newBuilder(CreateControlRequest prototype)
Parameter
Returns
public static CreateControlRequest parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static CreateControlRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static CreateControlRequest parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CreateControlRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static CreateControlRequest parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CreateControlRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static CreateControlRequest parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static CreateControlRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static CreateControlRequest parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static CreateControlRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static CreateControlRequest parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static CreateControlRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<CreateControlRequest> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getControl()
public Control getControl()
Required. The Control to create.
.google.cloud.retail.v2.Control control = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
getControlId()
public String getControlId()
Required. The ID to use for the Control, which will become the final
component of the Control's resource name.
This value should be 4-63 characters, and valid characters
are /a-z-_/.
string control_id = 3 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
String | The controlId.
|
getControlIdBytes()
public ByteString getControlIdBytes()
Required. The ID to use for the Control, which will become the final
component of the Control's resource name.
This value should be 4-63 characters, and valid characters
are /a-z-_/.
string control_id = 3 [(.google.api.field_behavior) = REQUIRED];
Returns
getControlOrBuilder()
public ControlOrBuilder getControlOrBuilder()
Required. The Control to create.
.google.cloud.retail.v2.Control control = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
getDefaultInstanceForType()
public CreateControlRequest getDefaultInstanceForType()
Returns
getParent()
public String getParent()
Required. Full resource name of parent catalog. Format:
projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
Type | Description |
String | The parent.
|
getParentBytes()
public ByteString getParentBytes()
Required. Full resource name of parent catalog. Format:
projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
getParserForType()
public Parser<CreateControlRequest> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hasControl()
public boolean hasControl()
Required. The Control to create.
.google.cloud.retail.v2.Control control = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
boolean | Whether the control field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public CreateControlRequest.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected CreateControlRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public CreateControlRequest.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions