- 1.63.0 (latest)
- 1.62.0
- 1.61.0
- 1.59.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.50.0
- 1.49.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.1
- 1.11.0
- 1.9.1
- 1.8.1
- 1.7.2
- 1.6.0-beta
public static final class InstancesSetLabelsRequest.Builder extends GeneratedMessageV3.Builder<InstancesSetLabelsRequest.Builder> implements InstancesSetLabelsRequestOrBuilder
Protobuf type google.cloud.compute.v1.InstancesSetLabelsRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > InstancesSetLabelsRequest.BuilderImplements
InstancesSetLabelsRequestOrBuilderMethods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public InstancesSetLabelsRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
InstancesSetLabelsRequest.Builder |
build()
public InstancesSetLabelsRequest build()
Type | Description |
InstancesSetLabelsRequest |
buildPartial()
public InstancesSetLabelsRequest buildPartial()
Type | Description |
InstancesSetLabelsRequest |
clear()
public InstancesSetLabelsRequest.Builder clear()
Type | Description |
InstancesSetLabelsRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public InstancesSetLabelsRequest.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
InstancesSetLabelsRequest.Builder |
clearLabelFingerprint()
public InstancesSetLabelsRequest.Builder clearLabelFingerprint()
Fingerprint of the previous set of labels for this resource, used to prevent conflicts. Provide the latest fingerprint value when making a request to add or change labels.
optional string label_fingerprint = 178124825;
Type | Description |
InstancesSetLabelsRequest.Builder | This builder for chaining. |
clearLabels()
public InstancesSetLabelsRequest.Builder clearLabels()
Type | Description |
InstancesSetLabelsRequest.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public InstancesSetLabelsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
InstancesSetLabelsRequest.Builder |
clone()
public InstancesSetLabelsRequest.Builder clone()
Type | Description |
InstancesSetLabelsRequest.Builder |
containsLabels(String key)
public boolean containsLabels(String key)
map<string, string> labels = 500195327;
Name | Description |
key | String |
Type | Description |
boolean |
getDefaultInstanceForType()
public InstancesSetLabelsRequest getDefaultInstanceForType()
Type | Description |
InstancesSetLabelsRequest |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getLabelFingerprint()
public String getLabelFingerprint()
Fingerprint of the previous set of labels for this resource, used to prevent conflicts. Provide the latest fingerprint value when making a request to add or change labels.
optional string label_fingerprint = 178124825;
Type | Description |
String | The labelFingerprint. |
getLabelFingerprintBytes()
public ByteString getLabelFingerprintBytes()
Fingerprint of the previous set of labels for this resource, used to prevent conflicts. Provide the latest fingerprint value when making a request to add or change labels.
optional string label_fingerprint = 178124825;
Type | Description |
ByteString | The bytes for labelFingerprint. |
getLabels()
public Map<String,String> getLabels()
Use #getLabelsMap() instead.
Type | Description |
Map<String,String> |
getLabelsCount()
public int getLabelsCount()
map<string, string> labels = 500195327;
Type | Description |
int |
getLabelsMap()
public Map<String,String> getLabelsMap()
map<string, string> labels = 500195327;
Type | Description |
Map<String,String> |
getLabelsOrDefault(String key, String defaultValue)
public String getLabelsOrDefault(String key, String defaultValue)
map<string, string> labels = 500195327;
Name | Description |
key | String |
defaultValue | String |
Type | Description |
String |
getLabelsOrThrow(String key)
public String getLabelsOrThrow(String key)
map<string, string> labels = 500195327;
Name | Description |
key | String |
Type | Description |
String |
getMutableLabels()
public Map<String,String> getMutableLabels()
Use alternate mutation accessors instead.
Type | Description |
Map<String,String> |
hasLabelFingerprint()
public boolean hasLabelFingerprint()
Fingerprint of the previous set of labels for this resource, used to prevent conflicts. Provide the latest fingerprint value when making a request to add or change labels.
optional string label_fingerprint = 178124825;
Type | Description |
boolean | Whether the labelFingerprint field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
internalGetMapField(int number)
protected MapField internalGetMapField(int number)
Name | Description |
number | int |
Type | Description |
MapField |
internalGetMutableMapField(int number)
protected MapField internalGetMutableMapField(int number)
Name | Description |
number | int |
Type | Description |
MapField |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(InstancesSetLabelsRequest other)
public InstancesSetLabelsRequest.Builder mergeFrom(InstancesSetLabelsRequest other)
Name | Description |
other | InstancesSetLabelsRequest |
Type | Description |
InstancesSetLabelsRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public InstancesSetLabelsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
InstancesSetLabelsRequest.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public InstancesSetLabelsRequest.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
InstancesSetLabelsRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final InstancesSetLabelsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
InstancesSetLabelsRequest.Builder |
putAllLabels(Map<String,String> values)
public InstancesSetLabelsRequest.Builder putAllLabels(Map<String,String> values)
map<string, string> labels = 500195327;
Name | Description |
values | Map<String,String> |
Type | Description |
InstancesSetLabelsRequest.Builder |
putLabels(String key, String value)
public InstancesSetLabelsRequest.Builder putLabels(String key, String value)
map<string, string> labels = 500195327;
Name | Description |
key | String |
value | String |
Type | Description |
InstancesSetLabelsRequest.Builder |
removeLabels(String key)
public InstancesSetLabelsRequest.Builder removeLabels(String key)
map<string, string> labels = 500195327;
Name | Description |
key | String |
Type | Description |
InstancesSetLabelsRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public InstancesSetLabelsRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
InstancesSetLabelsRequest.Builder |
setLabelFingerprint(String value)
public InstancesSetLabelsRequest.Builder setLabelFingerprint(String value)
Fingerprint of the previous set of labels for this resource, used to prevent conflicts. Provide the latest fingerprint value when making a request to add or change labels.
optional string label_fingerprint = 178124825;
Name | Description |
value | String The labelFingerprint to set. |
Type | Description |
InstancesSetLabelsRequest.Builder | This builder for chaining. |
setLabelFingerprintBytes(ByteString value)
public InstancesSetLabelsRequest.Builder setLabelFingerprintBytes(ByteString value)
Fingerprint of the previous set of labels for this resource, used to prevent conflicts. Provide the latest fingerprint value when making a request to add or change labels.
optional string label_fingerprint = 178124825;
Name | Description |
value | ByteString The bytes for labelFingerprint to set. |
Type | Description |
InstancesSetLabelsRequest.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public InstancesSetLabelsRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
InstancesSetLabelsRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final InstancesSetLabelsRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
InstancesSetLabelsRequest.Builder |