public final class ResourceStatusEffectiveInstanceMetadata extends GeneratedMessage implements ResourceStatusEffectiveInstanceMetadataOrBuilder
Effective values of predefined metadata keys for an instance.
Protobuf type google.cloud.compute.v1.ResourceStatusEffectiveInstanceMetadata
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
Static Fields
public static final int BLOCK_PROJECT_SSH_KEYS_METADATA_VALUE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int ENABLE_GUEST_ATTRIBUTES_METADATA_VALUE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int ENABLE_OSCONFIG_METADATA_VALUE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int ENABLE_OSLOGIN_METADATA_VALUE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int ENABLE_OS_INVENTORY_METADATA_VALUE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int SERIAL_PORT_ENABLE_METADATA_VALUE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int SERIAL_PORT_LOGGING_ENABLE_METADATA_VALUE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int VM_DNS_SETTING_METADATA_VALUE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
public static ResourceStatusEffectiveInstanceMetadata getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static ResourceStatusEffectiveInstanceMetadata.Builder newBuilder()
public static ResourceStatusEffectiveInstanceMetadata.Builder newBuilder(ResourceStatusEffectiveInstanceMetadata prototype)
public static ResourceStatusEffectiveInstanceMetadata parseDelimitedFrom(InputStream input)
public static ResourceStatusEffectiveInstanceMetadata parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ResourceStatusEffectiveInstanceMetadata parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
public static ResourceStatusEffectiveInstanceMetadata parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ResourceStatusEffectiveInstanceMetadata parseFrom(ByteString data)
public static ResourceStatusEffectiveInstanceMetadata parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ResourceStatusEffectiveInstanceMetadata parseFrom(CodedInputStream input)
public static ResourceStatusEffectiveInstanceMetadata parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ResourceStatusEffectiveInstanceMetadata parseFrom(InputStream input)
public static ResourceStatusEffectiveInstanceMetadata parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ResourceStatusEffectiveInstanceMetadata parseFrom(ByteBuffer data)
public static ResourceStatusEffectiveInstanceMetadata parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<ResourceStatusEffectiveInstanceMetadata> parser()
Methods
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
public boolean getBlockProjectSshKeysMetadataValue()
Effective block-project-ssh-keys value at Instance level.
optional bool block_project_ssh_keys_metadata_value = 338623101;
| Returns |
| Type |
Description |
boolean |
The blockProjectSshKeysMetadataValue.
|
public ResourceStatusEffectiveInstanceMetadata getDefaultInstanceForType()
public boolean getEnableGuestAttributesMetadataValue()
Effective enable-guest-attributes value at Instance level.
optional bool enable_guest_attributes_metadata_value = 420155878;
| Returns |
| Type |
Description |
boolean |
The enableGuestAttributesMetadataValue.
|
public boolean getEnableOsInventoryMetadataValue()
Effective enable-os-inventory value at Instance level.
optional bool enable_os_inventory_metadata_value = 371752675;
| Returns |
| Type |
Description |
boolean |
The enableOsInventoryMetadataValue.
|
public boolean getEnableOsconfigMetadataValue()
Effective enable-osconfig value at Instance level.
optional bool enable_osconfig_metadata_value = 502966494;
| Returns |
| Type |
Description |
boolean |
The enableOsconfigMetadataValue.
|
public boolean getEnableOsloginMetadataValue()
Effective enable-oslogin value at Instance level.
optional bool enable_oslogin_metadata_value = 216603159;
| Returns |
| Type |
Description |
boolean |
The enableOsloginMetadataValue.
|
public Parser<ResourceStatusEffectiveInstanceMetadata> getParserForType()
Overrides
public boolean getSerialPortEnableMetadataValue()
Effective serial-port-enable value at Instance level.
optional bool serial_port_enable_metadata_value = 430536330;
| Returns |
| Type |
Description |
boolean |
The serialPortEnableMetadataValue.
|
public boolean getSerialPortLoggingEnableMetadataValue()
Effective serial-port-logging-enable value at Instance level.
optional bool serial_port_logging_enable_metadata_value = 311813290;
| Returns |
| Type |
Description |
boolean |
The serialPortLoggingEnableMetadataValue.
|
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
public String getVmDnsSettingMetadataValue()
Effective VM DNS setting at Instance level.
optional string vm_dns_setting_metadata_value = 411127950;
| Returns |
| Type |
Description |
String |
The vmDnsSettingMetadataValue.
|
public ByteString getVmDnsSettingMetadataValueBytes()
Effective VM DNS setting at Instance level.
optional string vm_dns_setting_metadata_value = 411127950;
| Returns |
| Type |
Description |
ByteString |
The bytes for vmDnsSettingMetadataValue.
|
public boolean hasBlockProjectSshKeysMetadataValue()
Effective block-project-ssh-keys value at Instance level.
optional bool block_project_ssh_keys_metadata_value = 338623101;
| Returns |
| Type |
Description |
boolean |
Whether the blockProjectSshKeysMetadataValue field is set.
|
public boolean hasEnableGuestAttributesMetadataValue()
Effective enable-guest-attributes value at Instance level.
optional bool enable_guest_attributes_metadata_value = 420155878;
| Returns |
| Type |
Description |
boolean |
Whether the enableGuestAttributesMetadataValue field is set.
|
public boolean hasEnableOsInventoryMetadataValue()
Effective enable-os-inventory value at Instance level.
optional bool enable_os_inventory_metadata_value = 371752675;
| Returns |
| Type |
Description |
boolean |
Whether the enableOsInventoryMetadataValue field is set.
|
public boolean hasEnableOsconfigMetadataValue()
Effective enable-osconfig value at Instance level.
optional bool enable_osconfig_metadata_value = 502966494;
| Returns |
| Type |
Description |
boolean |
Whether the enableOsconfigMetadataValue field is set.
|
public boolean hasEnableOsloginMetadataValue()
Effective enable-oslogin value at Instance level.
optional bool enable_oslogin_metadata_value = 216603159;
| Returns |
| Type |
Description |
boolean |
Whether the enableOsloginMetadataValue field is set.
|
public boolean hasSerialPortEnableMetadataValue()
Effective serial-port-enable value at Instance level.
optional bool serial_port_enable_metadata_value = 430536330;
| Returns |
| Type |
Description |
boolean |
Whether the serialPortEnableMetadataValue field is set.
|
public boolean hasSerialPortLoggingEnableMetadataValue()
Effective serial-port-logging-enable value at Instance level.
optional bool serial_port_logging_enable_metadata_value = 311813290;
| Returns |
| Type |
Description |
boolean |
Whether the serialPortLoggingEnableMetadataValue field is set.
|
public boolean hasVmDnsSettingMetadataValue()
Effective VM DNS setting at Instance level.
optional string vm_dns_setting_metadata_value = 411127950;
| Returns |
| Type |
Description |
boolean |
Whether the vmDnsSettingMetadataValue field is set.
|
| Returns |
| Type |
Description |
int |
|
Overrides
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public ResourceStatusEffectiveInstanceMetadata.Builder newBuilderForType()
protected ResourceStatusEffectiveInstanceMetadata.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
public ResourceStatusEffectiveInstanceMetadata.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides