public static final class InstancePropertiesPatch.Builder extends GeneratedMessage.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.GeneratedMessage.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessage.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldsProto3(com.google.protobuf.UnknownFieldSet)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
build()
public InstancePropertiesPatch build()
buildPartial()
public InstancePropertiesPatch buildPartial()
clear()
public InstancePropertiesPatch.Builder clear()
Overrides
clearLabels()
public InstancePropertiesPatch.Builder clearLabels()
public InstancePropertiesPatch.Builder clearMetadata()
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 GeneratedMessage.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.GeneratedMessage.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.GeneratedMessage.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
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
|