public static final class GuestPolicies.Assignment extends GeneratedMessageV3 implements GuestPolicies.AssignmentOrBuilder
An assignment represents the group or groups of VM instances that the policy
applies to.
If an assignment is empty, it applies to all VM instances. Otherwise, the
targeted VM instances must meet all the criteria specified. So if both
labels and zones are specified, the policy applies to VM instances with those
labels and in those zones.
Protobuf type google.cloud.osconfig.v1beta.Assignment
Static Fields
GROUP_LABELS_FIELD_NUMBER
public static final int GROUP_LABELS_FIELD_NUMBER
Field Value
INSTANCES_FIELD_NUMBER
public static final int INSTANCES_FIELD_NUMBER
Field Value
INSTANCE_NAME_PREFIXES_FIELD_NUMBER
public static final int INSTANCE_NAME_PREFIXES_FIELD_NUMBER
Field Value
OS_TYPES_FIELD_NUMBER
public static final int OS_TYPES_FIELD_NUMBER
Field Value
ZONES_FIELD_NUMBER
public static final int ZONES_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static GuestPolicies.Assignment getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static GuestPolicies.Assignment.Builder newBuilder()
Returns
newBuilder(GuestPolicies.Assignment prototype)
public static GuestPolicies.Assignment.Builder newBuilder(GuestPolicies.Assignment prototype)
Parameter
Returns
public static GuestPolicies.Assignment parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static GuestPolicies.Assignment parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static GuestPolicies.Assignment parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static GuestPolicies.Assignment parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static GuestPolicies.Assignment parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GuestPolicies.Assignment parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static GuestPolicies.Assignment parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static GuestPolicies.Assignment parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static GuestPolicies.Assignment parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static GuestPolicies.Assignment parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static GuestPolicies.Assignment parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static GuestPolicies.Assignment parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<GuestPolicies.Assignment> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public GuestPolicies.Assignment getDefaultInstanceForType()
Returns
getGroupLabels(int index)
public GuestPolicies.Assignment.GroupLabel getGroupLabels(int index)
Targets instances matching at least one of these label sets. This allows
an assignment to target disparate groups, for example "env=prod or
env=staging".
repeated .google.cloud.osconfig.v1beta.Assignment.GroupLabel group_labels = 1;
Parameter
Returns
getGroupLabelsCount()
public int getGroupLabelsCount()
Targets instances matching at least one of these label sets. This allows
an assignment to target disparate groups, for example "env=prod or
env=staging".
repeated .google.cloud.osconfig.v1beta.Assignment.GroupLabel group_labels = 1;
Returns
getGroupLabelsList()
public List<GuestPolicies.Assignment.GroupLabel> getGroupLabelsList()
Targets instances matching at least one of these label sets. This allows
an assignment to target disparate groups, for example "env=prod or
env=staging".
repeated .google.cloud.osconfig.v1beta.Assignment.GroupLabel group_labels = 1;
Returns
getGroupLabelsOrBuilder(int index)
public GuestPolicies.Assignment.GroupLabelOrBuilder getGroupLabelsOrBuilder(int index)
Targets instances matching at least one of these label sets. This allows
an assignment to target disparate groups, for example "env=prod or
env=staging".
repeated .google.cloud.osconfig.v1beta.Assignment.GroupLabel group_labels = 1;
Parameter
Returns
getGroupLabelsOrBuilderList()
public List<? extends GuestPolicies.Assignment.GroupLabelOrBuilder> getGroupLabelsOrBuilderList()
Targets instances matching at least one of these label sets. This allows
an assignment to target disparate groups, for example "env=prod or
env=staging".
repeated .google.cloud.osconfig.v1beta.Assignment.GroupLabel group_labels = 1;
Returns
Type | Description |
List<? extends com.google.cloud.osconfig.v1beta.GuestPolicies.Assignment.GroupLabelOrBuilder> | |
getInstanceNamePrefixes(int index)
public String getInstanceNamePrefixes(int index)
Targets VM instances whose name starts with one of these prefixes.
Like labels, this is another way to group VM instances when targeting
configs, for example prefix="prod-".
Only supported for project-level policies.
repeated string instance_name_prefixes = 4;
Parameter
Name | Description |
index | int
The index of the element to return.
|
Returns
Type | Description |
String | The instanceNamePrefixes at the given index.
|
getInstanceNamePrefixesBytes(int index)
public ByteString getInstanceNamePrefixesBytes(int index)
Targets VM instances whose name starts with one of these prefixes.
Like labels, this is another way to group VM instances when targeting
configs, for example prefix="prod-".
Only supported for project-level policies.
repeated string instance_name_prefixes = 4;
Parameter
Name | Description |
index | int
The index of the value to return.
|
Returns
Type | Description |
ByteString | The bytes of the instanceNamePrefixes at the given index.
|
getInstanceNamePrefixesCount()
public int getInstanceNamePrefixesCount()
Targets VM instances whose name starts with one of these prefixes.
Like labels, this is another way to group VM instances when targeting
configs, for example prefix="prod-".
Only supported for project-level policies.
repeated string instance_name_prefixes = 4;
Returns
Type | Description |
int | The count of instanceNamePrefixes.
|
getInstanceNamePrefixesList()
public ProtocolStringList getInstanceNamePrefixesList()
Targets VM instances whose name starts with one of these prefixes.
Like labels, this is another way to group VM instances when targeting
configs, for example prefix="prod-".
Only supported for project-level policies.
repeated string instance_name_prefixes = 4;
Returns
getInstances(int index)
public String getInstances(int index)
Targets any of the instances specified. Instances are specified by their
URI in the form zones/[ZONE]/instances/[INSTANCE_NAME]
.
Instance targeting is uncommon and is supported to facilitate the
management of changes by the instance or to target specific VM instances
for development and testing.
Only supported for project-level policies and must reference instances
within this project.
repeated string instances = 3;
Parameter
Name | Description |
index | int
The index of the element to return.
|
Returns
Type | Description |
String | The instances at the given index.
|
getInstancesBytes(int index)
public ByteString getInstancesBytes(int index)
Targets any of the instances specified. Instances are specified by their
URI in the form zones/[ZONE]/instances/[INSTANCE_NAME]
.
Instance targeting is uncommon and is supported to facilitate the
management of changes by the instance or to target specific VM instances
for development and testing.
Only supported for project-level policies and must reference instances
within this project.
repeated string instances = 3;
Parameter
Name | Description |
index | int
The index of the value to return.
|
Returns
Type | Description |
ByteString | The bytes of the instances at the given index.
|
getInstancesCount()
public int getInstancesCount()
Targets any of the instances specified. Instances are specified by their
URI in the form zones/[ZONE]/instances/[INSTANCE_NAME]
.
Instance targeting is uncommon and is supported to facilitate the
management of changes by the instance or to target specific VM instances
for development and testing.
Only supported for project-level policies and must reference instances
within this project.
repeated string instances = 3;
Returns
Type | Description |
int | The count of instances.
|
getInstancesList()
public ProtocolStringList getInstancesList()
Targets any of the instances specified. Instances are specified by their
URI in the form zones/[ZONE]/instances/[INSTANCE_NAME]
.
Instance targeting is uncommon and is supported to facilitate the
management of changes by the instance or to target specific VM instances
for development and testing.
Only supported for project-level policies and must reference instances
within this project.
repeated string instances = 3;
Returns
getOsTypes(int index)
public GuestPolicies.Assignment.OsType getOsTypes(int index)
Targets VM instances matching at least one of the following OS types.
VM instances must match all supplied criteria for a given OsType to be
included.
repeated .google.cloud.osconfig.v1beta.Assignment.OsType os_types = 5;
Parameter
Returns
getOsTypesCount()
public int getOsTypesCount()
Targets VM instances matching at least one of the following OS types.
VM instances must match all supplied criteria for a given OsType to be
included.
repeated .google.cloud.osconfig.v1beta.Assignment.OsType os_types = 5;
Returns
getOsTypesList()
public List<GuestPolicies.Assignment.OsType> getOsTypesList()
Targets VM instances matching at least one of the following OS types.
VM instances must match all supplied criteria for a given OsType to be
included.
repeated .google.cloud.osconfig.v1beta.Assignment.OsType os_types = 5;
Returns
getOsTypesOrBuilder(int index)
public GuestPolicies.Assignment.OsTypeOrBuilder getOsTypesOrBuilder(int index)
Targets VM instances matching at least one of the following OS types.
VM instances must match all supplied criteria for a given OsType to be
included.
repeated .google.cloud.osconfig.v1beta.Assignment.OsType os_types = 5;
Parameter
Returns
getOsTypesOrBuilderList()
public List<? extends GuestPolicies.Assignment.OsTypeOrBuilder> getOsTypesOrBuilderList()
Targets VM instances matching at least one of the following OS types.
VM instances must match all supplied criteria for a given OsType to be
included.
repeated .google.cloud.osconfig.v1beta.Assignment.OsType os_types = 5;
Returns
Type | Description |
List<? extends com.google.cloud.osconfig.v1beta.GuestPolicies.Assignment.OsTypeOrBuilder> | |
getParserForType()
public Parser<GuestPolicies.Assignment> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
getZones(int index)
public String getZones(int index)
Targets instances in any of these zones. Leave empty to target instances
in any zone.
Zonal targeting is uncommon and is supported to facilitate the management
of changes by zone.
repeated string zones = 2;
Parameter
Name | Description |
index | int
The index of the element to return.
|
Returns
Type | Description |
String | The zones at the given index.
|
getZonesBytes(int index)
public ByteString getZonesBytes(int index)
Targets instances in any of these zones. Leave empty to target instances
in any zone.
Zonal targeting is uncommon and is supported to facilitate the management
of changes by zone.
repeated string zones = 2;
Parameter
Name | Description |
index | int
The index of the value to return.
|
Returns
Type | Description |
ByteString | The bytes of the zones at the given index.
|
getZonesCount()
public int getZonesCount()
Targets instances in any of these zones. Leave empty to target instances
in any zone.
Zonal targeting is uncommon and is supported to facilitate the management
of changes by zone.
repeated string zones = 2;
Returns
Type | Description |
int | The count of zones.
|
getZonesList()
public ProtocolStringList getZonesList()
Targets instances in any of these zones. Leave empty to target instances
in any zone.
Zonal targeting is uncommon and is supported to facilitate the management
of changes by zone.
repeated string zones = 2;
Returns
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public GuestPolicies.Assignment.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected GuestPolicies.Assignment.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public GuestPolicies.Assignment.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions