public final class UpdateLoggingConfigRequest extends GeneratedMessageV3 implements UpdateLoggingConfigRequestOrBuilder
Request for
ProjectService.UpdateLoggingConfig
method.
Protobuf type google.cloud.retail.v2alpha.UpdateLoggingConfigRequest
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
LOGGING_CONFIG_FIELD_NUMBER
public static final int LOGGING_CONFIG_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 UpdateLoggingConfigRequest getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static UpdateLoggingConfigRequest.Builder newBuilder()
newBuilder(UpdateLoggingConfigRequest prototype)
public static UpdateLoggingConfigRequest.Builder newBuilder(UpdateLoggingConfigRequest prototype)
public static UpdateLoggingConfigRequest parseDelimitedFrom(InputStream input)
public static UpdateLoggingConfigRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static UpdateLoggingConfigRequest parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static UpdateLoggingConfigRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static UpdateLoggingConfigRequest parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static UpdateLoggingConfigRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static UpdateLoggingConfigRequest parseFrom(CodedInputStream input)
public static UpdateLoggingConfigRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static UpdateLoggingConfigRequest parseFrom(InputStream input)
public static UpdateLoggingConfigRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static UpdateLoggingConfigRequest parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static UpdateLoggingConfigRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<UpdateLoggingConfigRequest> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public UpdateLoggingConfigRequest getDefaultInstanceForType()
getLoggingConfig()
public LoggingConfig getLoggingConfig()
Required. The LoggingConfig to
update.
If the caller does not have permission to update the
LoggingConfig, then a
PERMISSION_DENIED error is returned.
If the LoggingConfig to update
does not exist, a NOT_FOUND error is returned.
.google.cloud.retail.v2alpha.LoggingConfig logging_config = 1 [(.google.api.field_behavior) = REQUIRED];
getLoggingConfigOrBuilder()
public LoggingConfigOrBuilder getLoggingConfigOrBuilder()
Required. The LoggingConfig to
update.
If the caller does not have permission to update the
LoggingConfig, then a
PERMISSION_DENIED error is returned.
If the LoggingConfig to update
does not exist, a NOT_FOUND error is returned.
.google.cloud.retail.v2alpha.LoggingConfig logging_config = 1 [(.google.api.field_behavior) = REQUIRED];
getParserForType()
public Parser<UpdateLoggingConfigRequest> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getUpdateMask()
public FieldMask getUpdateMask()
Indicates which fields in the provided
LoggingConfig to update. The
following are the only supported fields:
.google.protobuf.FieldMask update_mask = 2;
Returns |
Type |
Description |
FieldMask |
The updateMask.
|
getUpdateMaskOrBuilder()
public FieldMaskOrBuilder getUpdateMaskOrBuilder()
Indicates which fields in the provided
LoggingConfig to update. The
following are the only supported fields:
.google.protobuf.FieldMask update_mask = 2;
hasLoggingConfig()
public boolean hasLoggingConfig()
Required. The LoggingConfig to
update.
If the caller does not have permission to update the
LoggingConfig, then a
PERMISSION_DENIED error is returned.
If the LoggingConfig to update
does not exist, a NOT_FOUND error is returned.
.google.cloud.retail.v2alpha.LoggingConfig logging_config = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
boolean |
Whether the loggingConfig field is set.
|
hasUpdateMask()
public boolean hasUpdateMask()
Indicates which fields in the provided
LoggingConfig to update. The
following are the only supported 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 UpdateLoggingConfigRequest.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected UpdateLoggingConfigRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public UpdateLoggingConfigRequest.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides