Class GlobalVmExtensionPolicy (1.105.0)

public final class GlobalVmExtensionPolicy extends GeneratedMessage implements GlobalVmExtensionPolicyOrBuilder

Message describing GlobalVmExtensionPolicy object.

Protobuf type google.cloud.compute.v1.GlobalVmExtensionPolicy

Static Fields

CREATION_TIMESTAMP_FIELD_NUMBER

public static final int CREATION_TIMESTAMP_FIELD_NUMBER
Field Value
Type Description
int

DESCRIPTION_FIELD_NUMBER

public static final int DESCRIPTION_FIELD_NUMBER
Field Value
Type Description
int

EXTENSION_POLICIES_FIELD_NUMBER

public static final int EXTENSION_POLICIES_FIELD_NUMBER
Field Value
Type Description
int

ID_FIELD_NUMBER

public static final int ID_FIELD_NUMBER
Field Value
Type Description
int

INSTANCE_SELECTORS_FIELD_NUMBER

public static final int INSTANCE_SELECTORS_FIELD_NUMBER
Field Value
Type Description
int

KIND_FIELD_NUMBER

public static final int KIND_FIELD_NUMBER
Field Value
Type Description
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
Type Description
int

PRIORITY_FIELD_NUMBER

public static final int PRIORITY_FIELD_NUMBER
Field Value
Type Description
int

ROLLOUT_OPERATION_FIELD_NUMBER

public static final int ROLLOUT_OPERATION_FIELD_NUMBER
Field Value
Type Description
int

SCOPED_RESOURCE_STATUS_FIELD_NUMBER

public static final int SCOPED_RESOURCE_STATUS_FIELD_NUMBER
Field Value
Type Description
int
public static final int SELF_LINK_FIELD_NUMBER
Field Value
Type Description
int
public static final int SELF_LINK_WITH_ID_FIELD_NUMBER
Field Value
Type Description
int

UPDATE_TIMESTAMP_FIELD_NUMBER

public static final int UPDATE_TIMESTAMP_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static GlobalVmExtensionPolicy getDefaultInstance()
Returns
Type Description
GlobalVmExtensionPolicy

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static GlobalVmExtensionPolicy.Builder newBuilder()
Returns
Type Description
GlobalVmExtensionPolicy.Builder

newBuilder(GlobalVmExtensionPolicy prototype)

public static GlobalVmExtensionPolicy.Builder newBuilder(GlobalVmExtensionPolicy prototype)
Parameter
Name Description
prototype GlobalVmExtensionPolicy
Returns
Type Description
GlobalVmExtensionPolicy.Builder

parseDelimitedFrom(InputStream input)

public static GlobalVmExtensionPolicy parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
GlobalVmExtensionPolicy
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GlobalVmExtensionPolicy parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GlobalVmExtensionPolicy
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static GlobalVmExtensionPolicy parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
GlobalVmExtensionPolicy
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static GlobalVmExtensionPolicy parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GlobalVmExtensionPolicy
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static GlobalVmExtensionPolicy parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
GlobalVmExtensionPolicy
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static GlobalVmExtensionPolicy parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GlobalVmExtensionPolicy
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static GlobalVmExtensionPolicy parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
GlobalVmExtensionPolicy
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static GlobalVmExtensionPolicy parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GlobalVmExtensionPolicy
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static GlobalVmExtensionPolicy parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
GlobalVmExtensionPolicy
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GlobalVmExtensionPolicy parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GlobalVmExtensionPolicy
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static GlobalVmExtensionPolicy parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
GlobalVmExtensionPolicy
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static GlobalVmExtensionPolicy parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GlobalVmExtensionPolicy
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<GlobalVmExtensionPolicy> parser()
Returns
Type Description
Parser<GlobalVmExtensionPolicy>

Methods

containsExtensionPolicies(String key)

public boolean containsExtensionPolicies(String key)

Required. Map from extension (eg: "cloudops") to its policy configuration. The key is the name of the extension.

map<string, .google.cloud.compute.v1.GlobalVmExtensionPolicyExtensionPolicy> extension_policies = 227761488;

Parameter
Name Description
key String
Returns
Type Description
boolean

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getCreationTimestamp()

public String getCreationTimestamp()

Output only. [Output Only] Creation timestamp inRFC3339 text format.

optional string creation_timestamp = 30525366;

Returns
Type Description
String

The creationTimestamp.

getCreationTimestampBytes()

public ByteString getCreationTimestampBytes()

Output only. [Output Only] Creation timestamp inRFC3339 text format.

optional string creation_timestamp = 30525366;

Returns
Type Description
ByteString

The bytes for creationTimestamp.

getDefaultInstanceForType()

public GlobalVmExtensionPolicy getDefaultInstanceForType()
Returns
Type Description
GlobalVmExtensionPolicy

getDescription()

public String getDescription()

An optional description of this resource. Provide this property when you create the resource.

optional string description = 422937596;

Returns
Type Description
String

The description.

getDescriptionBytes()

public ByteString getDescriptionBytes()

An optional description of this resource. Provide this property when you create the resource.

optional string description = 422937596;

Returns
Type Description
ByteString

The bytes for description.

getExtensionPolicies() (deprecated)

public Map<String,GlobalVmExtensionPolicyExtensionPolicy> getExtensionPolicies()
Returns
Type Description
Map<String,GlobalVmExtensionPolicyExtensionPolicy>

getExtensionPoliciesCount()

public int getExtensionPoliciesCount()

Required. Map from extension (eg: "cloudops") to its policy configuration. The key is the name of the extension.

map<string, .google.cloud.compute.v1.GlobalVmExtensionPolicyExtensionPolicy> extension_policies = 227761488;

Returns
Type Description
int

getExtensionPoliciesMap()

public Map<String,GlobalVmExtensionPolicyExtensionPolicy> getExtensionPoliciesMap()

Required. Map from extension (eg: "cloudops") to its policy configuration. The key is the name of the extension.

map<string, .google.cloud.compute.v1.GlobalVmExtensionPolicyExtensionPolicy> extension_policies = 227761488;

Returns
Type Description
Map<String,GlobalVmExtensionPolicyExtensionPolicy>

getExtensionPoliciesOrDefault(String key, GlobalVmExtensionPolicyExtensionPolicy defaultValue)

public GlobalVmExtensionPolicyExtensionPolicy getExtensionPoliciesOrDefault(String key, GlobalVmExtensionPolicyExtensionPolicy defaultValue)

Required. Map from extension (eg: "cloudops") to its policy configuration. The key is the name of the extension.

map<string, .google.cloud.compute.v1.GlobalVmExtensionPolicyExtensionPolicy> extension_policies = 227761488;

Parameters
Name Description
key String
defaultValue GlobalVmExtensionPolicyExtensionPolicy
Returns
Type Description
GlobalVmExtensionPolicyExtensionPolicy

getExtensionPoliciesOrThrow(String key)

public GlobalVmExtensionPolicyExtensionPolicy getExtensionPoliciesOrThrow(String key)

Required. Map from extension (eg: "cloudops") to its policy configuration. The key is the name of the extension.

map<string, .google.cloud.compute.v1.GlobalVmExtensionPolicyExtensionPolicy> extension_policies = 227761488;

Parameter
Name Description
key String
Returns
Type Description
GlobalVmExtensionPolicyExtensionPolicy

getId()

public long getId()

Output only. [Output Only] The unique identifier for the resource. This identifier is defined by the server.

optional uint64 id = 3355;

Returns
Type Description
long

The id.

getInstanceSelectors(int index)

public GlobalVmExtensionPolicyInstanceSelector getInstanceSelectors(int index)

Optional. Selector to target VMs for a policy. There is a logical "AND" between instance_selectors.

repeated .google.cloud.compute.v1.GlobalVmExtensionPolicyInstanceSelector instance_selectors = 520298826;

Parameter
Name Description
index int
Returns
Type Description
GlobalVmExtensionPolicyInstanceSelector

getInstanceSelectorsCount()

public int getInstanceSelectorsCount()

Optional. Selector to target VMs for a policy. There is a logical "AND" between instance_selectors.

repeated .google.cloud.compute.v1.GlobalVmExtensionPolicyInstanceSelector instance_selectors = 520298826;

Returns
Type Description
int

getInstanceSelectorsList()

public List<GlobalVmExtensionPolicyInstanceSelector> getInstanceSelectorsList()

Optional. Selector to target VMs for a policy. There is a logical "AND" between instance_selectors.

repeated .google.cloud.compute.v1.GlobalVmExtensionPolicyInstanceSelector instance_selectors = 520298826;

Returns
Type Description
List<GlobalVmExtensionPolicyInstanceSelector>

getInstanceSelectorsOrBuilder(int index)

public GlobalVmExtensionPolicyInstanceSelectorOrBuilder getInstanceSelectorsOrBuilder(int index)

Optional. Selector to target VMs for a policy. There is a logical "AND" between instance_selectors.

repeated .google.cloud.compute.v1.GlobalVmExtensionPolicyInstanceSelector instance_selectors = 520298826;

Parameter
Name Description
index int
Returns
Type Description
GlobalVmExtensionPolicyInstanceSelectorOrBuilder

getInstanceSelectorsOrBuilderList()

public List<? extends GlobalVmExtensionPolicyInstanceSelectorOrBuilder> getInstanceSelectorsOrBuilderList()

Optional. Selector to target VMs for a policy. There is a logical "AND" between instance_selectors.

repeated .google.cloud.compute.v1.GlobalVmExtensionPolicyInstanceSelector instance_selectors = 520298826;

Returns
Type Description
List<? extends com.google.cloud.compute.v1.GlobalVmExtensionPolicyInstanceSelectorOrBuilder>

getKind()

public String getKind()

Output only. [Output Only] Type of the resource. Alwayscompute#globalVmExtensionPolicy for globalVmExtensionPolicies.

optional string kind = 3292052;

Returns
Type Description
String

The kind.

getKindBytes()

public ByteString getKindBytes()

Output only. [Output Only] Type of the resource. Alwayscompute#globalVmExtensionPolicy for globalVmExtensionPolicies.

optional string kind = 3292052;

Returns
Type Description
ByteString

The bytes for kind.

getName()

public String getName()

Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply withRFC1035. Specifically, the name must be 1-63 characters long and match the regular expression a-z? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.

optional string name = 3373707;

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply withRFC1035. Specifically, the name must be 1-63 characters long and match the regular expression a-z? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.

optional string name = 3373707;

Returns
Type Description
ByteString

The bytes for name.

getParserForType()

public Parser<GlobalVmExtensionPolicy> getParserForType()
Returns
Type Description
Parser<GlobalVmExtensionPolicy>
Overrides

getPriority()

public int getPriority()

Optional. Used to resolve conflicts when multiple policies are active for the same extension. Defaults to 0.

Larger the number, higher the priority. When the priority is the same, the policy with the newer create time has higher priority.

optional int32 priority = 445151652;

Returns
Type Description
int

The priority.

getRolloutOperation()

public GlobalVmExtensionPolicyRolloutOperation getRolloutOperation()

Required. The rollout strategy and status.

optional .google.cloud.compute.v1.GlobalVmExtensionPolicyRolloutOperation rollout_operation = 486746201;

Returns
Type Description
GlobalVmExtensionPolicyRolloutOperation

The rolloutOperation.

getRolloutOperationOrBuilder()

public GlobalVmExtensionPolicyRolloutOperationOrBuilder getRolloutOperationOrBuilder()

Required. The rollout strategy and status.

optional .google.cloud.compute.v1.GlobalVmExtensionPolicyRolloutOperation rollout_operation = 486746201;

Returns
Type Description
GlobalVmExtensionPolicyRolloutOperationOrBuilder

getScopedResourceStatus()

public String getScopedResourceStatus()

Output only. [Output Only] The scoped resource status. It's only for tracking the purging status of the policy. Check the ScopedResourceStatus enum for the list of possible values.

optional string scoped_resource_status = 181976980;

Returns
Type Description
String

The scopedResourceStatus.

getScopedResourceStatusBytes()

public ByteString getScopedResourceStatusBytes()

Output only. [Output Only] The scoped resource status. It's only for tracking the purging status of the policy. Check the ScopedResourceStatus enum for the list of possible values.

optional string scoped_resource_status = 181976980;

Returns
Type Description
ByteString

The bytes for scopedResourceStatus.

public String getSelfLink()

Output only. [Output Only] Server-defined fully-qualified URL for this resource.

optional string self_link = 456214797;

Returns
Type Description
String

The selfLink.

getSelfLinkBytes()

public ByteString getSelfLinkBytes()

Output only. [Output Only] Server-defined fully-qualified URL for this resource.

optional string self_link = 456214797;

Returns
Type Description
ByteString

The bytes for selfLink.

getSelfLinkWithId()

public String getSelfLinkWithId()

Output only. [Output Only] Server-defined URL for this resource's resource id.

optional string self_link_with_id = 44520962;

Returns
Type Description
String

The selfLinkWithId.

getSelfLinkWithIdBytes()

public ByteString getSelfLinkWithIdBytes()

Output only. [Output Only] Server-defined URL for this resource's resource id.

optional string self_link_with_id = 44520962;

Returns
Type Description
ByteString

The bytes for selfLinkWithId.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getUpdateTimestamp()

public String getUpdateTimestamp()

Output only. [Output Only] Update timestamp inRFC3339 text format.

optional string update_timestamp = 120894752;

Returns
Type Description
String

The updateTimestamp.

getUpdateTimestampBytes()

public ByteString getUpdateTimestampBytes()

Output only. [Output Only] Update timestamp inRFC3339 text format.

optional string update_timestamp = 120894752;

Returns
Type Description
ByteString

The bytes for updateTimestamp.

hasCreationTimestamp()

public boolean hasCreationTimestamp()

Output only. [Output Only] Creation timestamp inRFC3339 text format.

optional string creation_timestamp = 30525366;

Returns
Type Description
boolean

Whether the creationTimestamp field is set.

hasDescription()

public boolean hasDescription()

An optional description of this resource. Provide this property when you create the resource.

optional string description = 422937596;

Returns
Type Description
boolean

Whether the description field is set.

hasId()

public boolean hasId()

Output only. [Output Only] The unique identifier for the resource. This identifier is defined by the server.

optional uint64 id = 3355;

Returns
Type Description
boolean

Whether the id field is set.

hasKind()

public boolean hasKind()

Output only. [Output Only] Type of the resource. Alwayscompute#globalVmExtensionPolicy for globalVmExtensionPolicies.

optional string kind = 3292052;

Returns
Type Description
boolean

Whether the kind field is set.

hasName()

public boolean hasName()

Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply withRFC1035. Specifically, the name must be 1-63 characters long and match the regular expression a-z? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.

optional string name = 3373707;

Returns
Type Description
boolean

Whether the name field is set.

hasPriority()

public boolean hasPriority()

Optional. Used to resolve conflicts when multiple policies are active for the same extension. Defaults to 0.

Larger the number, higher the priority. When the priority is the same, the policy with the newer create time has higher priority.

optional int32 priority = 445151652;

Returns
Type Description
boolean

Whether the priority field is set.

hasRolloutOperation()

public boolean hasRolloutOperation()

Required. The rollout strategy and status.

optional .google.cloud.compute.v1.GlobalVmExtensionPolicyRolloutOperation rollout_operation = 486746201;

Returns
Type Description
boolean

Whether the rolloutOperation field is set.

hasScopedResourceStatus()

public boolean hasScopedResourceStatus()

Output only. [Output Only] The scoped resource status. It's only for tracking the purging status of the policy. Check the ScopedResourceStatus enum for the list of possible values.

optional string scoped_resource_status = 181976980;

Returns
Type Description
boolean

Whether the scopedResourceStatus field is set.

public boolean hasSelfLink()

Output only. [Output Only] Server-defined fully-qualified URL for this resource.

optional string self_link = 456214797;

Returns
Type Description
boolean

Whether the selfLink field is set.

hasSelfLinkWithId()

public boolean hasSelfLinkWithId()

Output only. [Output Only] Server-defined URL for this resource's resource id.

optional string self_link_with_id = 44520962;

Returns
Type Description
boolean

Whether the selfLinkWithId field is set.

hasUpdateTimestamp()

public boolean hasUpdateTimestamp()

Output only. [Output Only] Update timestamp inRFC3339 text format.

optional string update_timestamp = 120894752;

Returns
Type Description
boolean

Whether the updateTimestamp field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
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.internalGetMapFieldReflection(int)

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public GlobalVmExtensionPolicy.Builder newBuilderForType()
Returns
Type Description
GlobalVmExtensionPolicy.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected GlobalVmExtensionPolicy.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
GlobalVmExtensionPolicy.Builder
Overrides

toBuilder()

public GlobalVmExtensionPolicy.Builder toBuilder()
Returns
Type Description
GlobalVmExtensionPolicy.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException