public final class UpdateSampleQueryRequest extends GeneratedMessageV3 implements UpdateSampleQueryRequestOrBuilder
Request message for
SampleQueryService.UpdateSampleQuery
method.
Protobuf type google.cloud.discoveryengine.v1beta.UpdateSampleQueryRequest
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
SAMPLE_QUERY_FIELD_NUMBER
public static final int SAMPLE_QUERY_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
UPDATE_MASK_FIELD_NUMBER
public static final int UPDATE_MASK_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static UpdateSampleQueryRequest getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static UpdateSampleQueryRequest.Builder newBuilder()
newBuilder(UpdateSampleQueryRequest prototype)
public static UpdateSampleQueryRequest.Builder newBuilder(UpdateSampleQueryRequest prototype)
public static UpdateSampleQueryRequest parseDelimitedFrom(InputStream input)
public static UpdateSampleQueryRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static UpdateSampleQueryRequest parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static UpdateSampleQueryRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static UpdateSampleQueryRequest parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static UpdateSampleQueryRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static UpdateSampleQueryRequest parseFrom(CodedInputStream input)
public static UpdateSampleQueryRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static UpdateSampleQueryRequest parseFrom(InputStream input)
public static UpdateSampleQueryRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static UpdateSampleQueryRequest parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static UpdateSampleQueryRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<UpdateSampleQueryRequest> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public UpdateSampleQueryRequest getDefaultInstanceForType()
getParserForType()
public Parser<UpdateSampleQueryRequest> getParserForType()
Overrides
getSampleQuery()
public SampleQuery getSampleQuery()
Required. The simple query to update.
If the caller does not have permission to update the
SampleQuery, regardless
of whether or not it exists, a PERMISSION_DENIED
error is returned.
If the SampleQuery to
update does not exist a NOT_FOUND
error is returned.
.google.cloud.discoveryengine.v1beta.SampleQuery sample_query = 1 [(.google.api.field_behavior) = REQUIRED];
getSampleQueryOrBuilder()
public SampleQueryOrBuilder getSampleQueryOrBuilder()
Required. The simple query to update.
If the caller does not have permission to update the
SampleQuery, regardless
of whether or not it exists, a PERMISSION_DENIED
error is returned.
If the SampleQuery to
update does not exist a NOT_FOUND
error is returned.
.google.cloud.discoveryengine.v1beta.SampleQuery sample_query = 1 [(.google.api.field_behavior) = REQUIRED];
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getUpdateMask()
public FieldMask getUpdateMask()
Indicates which fields in the provided imported 'simple query' to update.
If not set, will by default update all fields.
.google.protobuf.FieldMask update_mask = 2;
Returns |
Type |
Description |
FieldMask |
The updateMask.
|
getUpdateMaskOrBuilder()
public FieldMaskOrBuilder getUpdateMaskOrBuilder()
Indicates which fields in the provided imported 'simple query' to update.
If not set, will by default update all fields.
.google.protobuf.FieldMask update_mask = 2;
hasSampleQuery()
public boolean hasSampleQuery()
Required. The simple query to update.
If the caller does not have permission to update the
SampleQuery, regardless
of whether or not it exists, a PERMISSION_DENIED
error is returned.
If the SampleQuery to
update does not exist a NOT_FOUND
error is returned.
.google.cloud.discoveryengine.v1beta.SampleQuery sample_query = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
boolean |
Whether the sampleQuery field is set.
|
hasUpdateMask()
public boolean hasUpdateMask()
Indicates which fields in the provided imported 'simple query' to update.
If not set, will by default update all fields.
.google.protobuf.FieldMask update_mask = 2;
Returns |
Type |
Description |
boolean |
Whether the updateMask field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public UpdateSampleQueryRequest.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected UpdateSampleQueryRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public UpdateSampleQueryRequest.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides