public static final class InstancePropertiesPatch.Builder extends GeneratedMessageV3.Builder<InstancePropertiesPatch.Builder> implements InstancePropertiesPatchOrBuilder
Represents the change that you want to make to the instance properties.
Protobuf type google.cloud.compute.v1.InstancePropertiesPatch
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
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()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public InstancePropertiesPatch.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public InstancePropertiesPatch build()
buildPartial()
public InstancePropertiesPatch buildPartial()
clear()
public InstancePropertiesPatch.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public InstancePropertiesPatch.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearLabels()
public InstancePropertiesPatch.Builder clearLabels()
public InstancePropertiesPatch.Builder clearMetadata()
clearOneof(Descriptors.OneofDescriptor oneof)
public InstancePropertiesPatch.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public InstancePropertiesPatch.Builder clone()
Overrides
containsLabels(String key)
public boolean containsLabels(String key)
The label key-value pairs that you want to patch onto the instance.
map<string, string> labels = 500195327;
Parameter |
Name |
Description |
key |
String
|
public boolean containsMetadata(String key)
The metadata key-value pairs that you want to patch onto the instance. For more information, see Project and instance metadata.
map<string, string> metadata = 86866735;
Parameter |
Name |
Description |
key |
String
|
getDefaultInstanceForType()
public InstancePropertiesPatch getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getLabels() (deprecated)
public Map<String,String> getLabels()
getLabelsCount()
public int getLabelsCount()
The label key-value pairs that you want to patch onto the instance.
map<string, string> labels = 500195327;
Returns |
Type |
Description |
int |
|
getLabelsMap()
public Map<String,String> getLabelsMap()
The label key-value pairs that you want to patch onto the instance.
map<string, string> labels = 500195327;
getLabelsOrDefault(String key, String defaultValue)
public String getLabelsOrDefault(String key, String defaultValue)
The label key-value pairs that you want to patch onto the instance.
map<string, string> labels = 500195327;
Returns |
Type |
Description |
String |
|
getLabelsOrThrow(String key)
public String getLabelsOrThrow(String key)
The label key-value pairs that you want to patch onto the instance.
map<string, string> labels = 500195327;
Parameter |
Name |
Description |
key |
String
|
Returns |
Type |
Description |
String |
|
public Map<String,String> getMetadata()
public int getMetadataCount()
The metadata key-value pairs that you want to patch onto the instance. For more information, see Project and instance metadata.
map<string, string> metadata = 86866735;
Returns |
Type |
Description |
int |
|
public Map<String,String> getMetadataMap()
The metadata key-value pairs that you want to patch onto the instance. For more information, see Project and instance metadata.
map<string, string> metadata = 86866735;
public String getMetadataOrDefault(String key, String defaultValue)
The metadata key-value pairs that you want to patch onto the instance. For more information, see Project and instance metadata.
map<string, string> metadata = 86866735;
Returns |
Type |
Description |
String |
|
public String getMetadataOrThrow(String key)
The metadata key-value pairs that you want to patch onto the instance. For more information, see Project and instance metadata.
map<string, string> metadata = 86866735;
Parameter |
Name |
Description |
key |
String
|
Returns |
Type |
Description |
String |
|
getMutableLabels() (deprecated)
public Map<String,String> getMutableLabels()
Use alternate mutation accessors instead.
public Map<String,String> getMutableMetadata()
Use alternate mutation accessors instead.
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
internalGetMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
Parameter |
Name |
Description |
number |
int
|
Returns |
Type |
Description |
com.google.protobuf.MapFieldReflectionAccessor |
|
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
internalGetMutableMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
Parameter |
Name |
Description |
number |
int
|
Returns |
Type |
Description |
com.google.protobuf.MapFieldReflectionAccessor |
|
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(InstancePropertiesPatch other)
public InstancePropertiesPatch.Builder mergeFrom(InstancePropertiesPatch other)
public InstancePropertiesPatch.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public InstancePropertiesPatch.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final InstancePropertiesPatch.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
putAllLabels(Map<String,String> values)
public InstancePropertiesPatch.Builder putAllLabels(Map<String,String> values)
The label key-value pairs that you want to patch onto the instance.
map<string, string> labels = 500195327;
public InstancePropertiesPatch.Builder putAllMetadata(Map<String,String> values)
The metadata key-value pairs that you want to patch onto the instance. For more information, see Project and instance metadata.
map<string, string> metadata = 86866735;
putLabels(String key, String value)
public InstancePropertiesPatch.Builder putLabels(String key, String value)
The label key-value pairs that you want to patch onto the instance.
map<string, string> labels = 500195327;
public InstancePropertiesPatch.Builder putMetadata(String key, String value)
The metadata key-value pairs that you want to patch onto the instance. For more information, see Project and instance metadata.
map<string, string> metadata = 86866735;
removeLabels(String key)
public InstancePropertiesPatch.Builder removeLabels(String key)
The label key-value pairs that you want to patch onto the instance.
map<string, string> labels = 500195327;
Parameter |
Name |
Description |
key |
String
|
public InstancePropertiesPatch.Builder removeMetadata(String key)
The metadata key-value pairs that you want to patch onto the instance. For more information, see Project and instance metadata.
map<string, string> metadata = 86866735;
Parameter |
Name |
Description |
key |
String
|
setField(Descriptors.FieldDescriptor field, Object value)
public InstancePropertiesPatch.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public InstancePropertiesPatch.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final InstancePropertiesPatch.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides