public final class UpdateGoogleChannelConfigRequest extends GeneratedMessageV3 implements UpdateGoogleChannelConfigRequestOrBuilder
The request message for the UpdateGoogleChannelConfig method.
Protobuf type google.cloud.eventarc.v1.UpdateGoogleChannelConfigRequest
Static Fields
GOOGLE_CHANNEL_CONFIG_FIELD_NUMBER
public static final int GOOGLE_CHANNEL_CONFIG_FIELD_NUMBER
Field Value
UPDATE_MASK_FIELD_NUMBER
public static final int UPDATE_MASK_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static UpdateGoogleChannelConfigRequest getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static UpdateGoogleChannelConfigRequest.Builder newBuilder()
Returns
newBuilder(UpdateGoogleChannelConfigRequest prototype)
public static UpdateGoogleChannelConfigRequest.Builder newBuilder(UpdateGoogleChannelConfigRequest prototype)
Parameter
Returns
public static UpdateGoogleChannelConfigRequest parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static UpdateGoogleChannelConfigRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static UpdateGoogleChannelConfigRequest parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static UpdateGoogleChannelConfigRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static UpdateGoogleChannelConfigRequest parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static UpdateGoogleChannelConfigRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static UpdateGoogleChannelConfigRequest parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static UpdateGoogleChannelConfigRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static UpdateGoogleChannelConfigRequest parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static UpdateGoogleChannelConfigRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static UpdateGoogleChannelConfigRequest parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static UpdateGoogleChannelConfigRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<UpdateGoogleChannelConfigRequest> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public UpdateGoogleChannelConfigRequest getDefaultInstanceForType()
Returns
getGoogleChannelConfig()
public GoogleChannelConfig getGoogleChannelConfig()
Required. The config to be updated.
.google.cloud.eventarc.v1.GoogleChannelConfig google_channel_config = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
getGoogleChannelConfigOrBuilder()
public GoogleChannelConfigOrBuilder getGoogleChannelConfigOrBuilder()
Required. The config to be updated.
.google.cloud.eventarc.v1.GoogleChannelConfig google_channel_config = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
getParserForType()
public Parser<UpdateGoogleChannelConfigRequest> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
getUpdateMask()
public FieldMask getUpdateMask()
The fields to be updated; only fields explicitly provided are updated.
If no field mask is provided, all provided fields in the request are
updated. To update all fields, provide a field mask of "*".
.google.protobuf.FieldMask update_mask = 2;
Returns
getUpdateMaskOrBuilder()
public FieldMaskOrBuilder getUpdateMaskOrBuilder()
The fields to be updated; only fields explicitly provided are updated.
If no field mask is provided, all provided fields in the request are
updated. To update all fields, provide a field mask of "*".
.google.protobuf.FieldMask update_mask = 2;
Returns
hasGoogleChannelConfig()
public boolean hasGoogleChannelConfig()
Required. The config to be updated.
.google.cloud.eventarc.v1.GoogleChannelConfig google_channel_config = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
boolean | Whether the googleChannelConfig field is set.
|
hasUpdateMask()
public boolean hasUpdateMask()
The fields to be updated; only fields explicitly provided are updated.
If no field mask is provided, all provided fields in the request are
updated. To update all fields, provide a field mask of "*".
.google.protobuf.FieldMask update_mask = 2;
Returns
Type | Description |
boolean | Whether the updateMask field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public UpdateGoogleChannelConfigRequest.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected UpdateGoogleChannelConfigRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public UpdateGoogleChannelConfigRequest.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions