public static final class UpdateKeyRequest.Builder extends GeneratedMessageV3.Builder<UpdateKeyRequest.Builder> implements UpdateKeyRequestOrBuilder
Request message for UpdateKey
method.
Protobuf type google.api.apikeys.v2.UpdateKeyRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public UpdateKeyRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public UpdateKeyRequest build()
Returns
buildPartial()
public UpdateKeyRequest buildPartial()
Returns
clear()
public UpdateKeyRequest.Builder clear()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public UpdateKeyRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearKey()
public UpdateKeyRequest.Builder clearKey()
Required. Set the name
field to the resource name of the API key to be
updated. You can update only the display_name
, restrictions
, and
annotations
fields.
.google.api.apikeys.v2.Key key = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
clearOneof(Descriptors.OneofDescriptor oneof)
public UpdateKeyRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clearUpdateMask()
public UpdateKeyRequest.Builder clearUpdateMask()
The field mask specifies which fields to be updated as part of this
request. All other fields are ignored.
Mutable fields are: display_name
, restrictions
, and annotations
.
If an update mask is not provided, the service treats it as an implied mask
equivalent to all allowed fields that are set on the wire. If the field
mask has a special value "*", the service treats it equivalent to replace
all allowed mutable fields.
.google.protobuf.FieldMask update_mask = 2;
Returns
clone()
public UpdateKeyRequest.Builder clone()
Returns
Overrides
getDefaultInstanceForType()
public UpdateKeyRequest getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
getKey()
Required. Set the name
field to the resource name of the API key to be
updated. You can update only the display_name
, restrictions
, and
annotations
fields.
.google.api.apikeys.v2.Key key = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
Key | The key.
|
getKeyBuilder()
public Key.Builder getKeyBuilder()
Required. Set the name
field to the resource name of the API key to be
updated. You can update only the display_name
, restrictions
, and
annotations
fields.
.google.api.apikeys.v2.Key key = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
getKeyOrBuilder()
public KeyOrBuilder getKeyOrBuilder()
Required. Set the name
field to the resource name of the API key to be
updated. You can update only the display_name
, restrictions
, and
annotations
fields.
.google.api.apikeys.v2.Key key = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
getUpdateMask()
public FieldMask getUpdateMask()
The field mask specifies which fields to be updated as part of this
request. All other fields are ignored.
Mutable fields are: display_name
, restrictions
, and annotations
.
If an update mask is not provided, the service treats it as an implied mask
equivalent to all allowed fields that are set on the wire. If the field
mask has a special value "*", the service treats it equivalent to replace
all allowed mutable fields.
.google.protobuf.FieldMask update_mask = 2;
Returns
getUpdateMaskBuilder()
public FieldMask.Builder getUpdateMaskBuilder()
The field mask specifies which fields to be updated as part of this
request. All other fields are ignored.
Mutable fields are: display_name
, restrictions
, and annotations
.
If an update mask is not provided, the service treats it as an implied mask
equivalent to all allowed fields that are set on the wire. If the field
mask has a special value "*", the service treats it equivalent to replace
all allowed mutable fields.
.google.protobuf.FieldMask update_mask = 2;
Returns
getUpdateMaskOrBuilder()
public FieldMaskOrBuilder getUpdateMaskOrBuilder()
The field mask specifies which fields to be updated as part of this
request. All other fields are ignored.
Mutable fields are: display_name
, restrictions
, and annotations
.
If an update mask is not provided, the service treats it as an implied mask
equivalent to all allowed fields that are set on the wire. If the field
mask has a special value "*", the service treats it equivalent to replace
all allowed mutable fields.
.google.protobuf.FieldMask update_mask = 2;
Returns
hasKey()
Required. Set the name
field to the resource name of the API key to be
updated. You can update only the display_name
, restrictions
, and
annotations
fields.
.google.api.apikeys.v2.Key key = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
boolean | Whether the key field is set.
|
hasUpdateMask()
public boolean hasUpdateMask()
The field mask specifies which fields to be updated as part of this
request. All other fields are ignored.
Mutable fields are: display_name
, restrictions
, and annotations
.
If an update mask is not provided, the service treats it as an implied mask
equivalent to all allowed fields that are set on the wire. If the field
mask has a special value "*", the service treats it equivalent to replace
all allowed mutable fields.
.google.protobuf.FieldMask update_mask = 2;
Returns
Type | Description |
boolean | Whether the updateMask field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeFrom(UpdateKeyRequest other)
public UpdateKeyRequest.Builder mergeFrom(UpdateKeyRequest other)
Parameter
Returns
public UpdateKeyRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public UpdateKeyRequest.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeKey(Key value)
public UpdateKeyRequest.Builder mergeKey(Key value)
Required. Set the name
field to the resource name of the API key to be
updated. You can update only the display_name
, restrictions
, and
annotations
fields.
.google.api.apikeys.v2.Key key = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
mergeUnknownFields(UnknownFieldSet unknownFields)
public final UpdateKeyRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
mergeUpdateMask(FieldMask value)
public UpdateKeyRequest.Builder mergeUpdateMask(FieldMask value)
The field mask specifies which fields to be updated as part of this
request. All other fields are ignored.
Mutable fields are: display_name
, restrictions
, and annotations
.
If an update mask is not provided, the service treats it as an implied mask
equivalent to all allowed fields that are set on the wire. If the field
mask has a special value "*", the service treats it equivalent to replace
all allowed mutable fields.
.google.protobuf.FieldMask update_mask = 2;
Parameter
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public UpdateKeyRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setKey(Key value)
public UpdateKeyRequest.Builder setKey(Key value)
Required. Set the name
field to the resource name of the API key to be
updated. You can update only the display_name
, restrictions
, and
annotations
fields.
.google.api.apikeys.v2.Key key = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
setKey(Key.Builder builderForValue)
public UpdateKeyRequest.Builder setKey(Key.Builder builderForValue)
Required. Set the name
field to the resource name of the API key to be
updated. You can update only the display_name
, restrictions
, and
annotations
fields.
.google.api.apikeys.v2.Key key = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public UpdateKeyRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final UpdateKeyRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
setUpdateMask(FieldMask value)
public UpdateKeyRequest.Builder setUpdateMask(FieldMask value)
The field mask specifies which fields to be updated as part of this
request. All other fields are ignored.
Mutable fields are: display_name
, restrictions
, and annotations
.
If an update mask is not provided, the service treats it as an implied mask
equivalent to all allowed fields that are set on the wire. If the field
mask has a special value "*", the service treats it equivalent to replace
all allowed mutable fields.
.google.protobuf.FieldMask update_mask = 2;
Parameter
Returns
setUpdateMask(FieldMask.Builder builderForValue)
public UpdateKeyRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)
The field mask specifies which fields to be updated as part of this
request. All other fields are ignored.
Mutable fields are: display_name
, restrictions
, and annotations
.
If an update mask is not provided, the service treats it as an implied mask
equivalent to all allowed fields that are set on the wire. If the field
mask has a special value "*", the service treats it equivalent to replace
all allowed mutable fields.
.google.protobuf.FieldMask update_mask = 2;
Parameter
Name | Description |
builderForValue | Builder
|
Returns