Package com.google.cloud.osconfig.v1beta
Class GuestPolicies.Assignment
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.cloud.osconfig.v1beta.GuestPolicies.Assignment
-
- All Implemented Interfaces:
GuestPolicies.AssignmentOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
- Enclosing class:
- GuestPolicies
public static final class GuestPolicies.Assignment extends com.google.protobuf.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 typegoogle.cloud.osconfig.v1beta.Assignment
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GuestPolicies.Assignment.Builder
An assignment represents the group or groups of VM instances that the policy applies to.static class
GuestPolicies.Assignment.GroupLabel
Represents a group of VM intances that can be identified as having all these labels, for example "env=prod and app=web".static interface
GuestPolicies.Assignment.GroupLabelOrBuilder
static class
GuestPolicies.Assignment.OsType
Defines the criteria for selecting VM Instances by OS type.static interface
GuestPolicies.Assignment.OsTypeOrBuilder
-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
GROUP_LABELS_FIELD_NUMBER
static int
INSTANCE_NAME_PREFIXES_FIELD_NUMBER
static int
INSTANCES_FIELD_NUMBER
static int
OS_TYPES_FIELD_NUMBER
static int
ZONES_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
static GuestPolicies.Assignment
getDefaultInstance()
GuestPolicies.Assignment
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
GuestPolicies.Assignment.GroupLabel
getGroupLabels(int index)
Targets instances matching at least one of these label sets.int
getGroupLabelsCount()
Targets instances matching at least one of these label sets.List<GuestPolicies.Assignment.GroupLabel>
getGroupLabelsList()
Targets instances matching at least one of these label sets.GuestPolicies.Assignment.GroupLabelOrBuilder
getGroupLabelsOrBuilder(int index)
Targets instances matching at least one of these label sets.List<? extends GuestPolicies.Assignment.GroupLabelOrBuilder>
getGroupLabelsOrBuilderList()
Targets instances matching at least one of these label sets.String
getInstanceNamePrefixes(int index)
Targets VM instances whose name starts with one of these prefixes.com.google.protobuf.ByteString
getInstanceNamePrefixesBytes(int index)
Targets VM instances whose name starts with one of these prefixes.int
getInstanceNamePrefixesCount()
Targets VM instances whose name starts with one of these prefixes.com.google.protobuf.ProtocolStringList
getInstanceNamePrefixesList()
Targets VM instances whose name starts with one of these prefixes.String
getInstances(int index)
Targets any of the instances specified.com.google.protobuf.ByteString
getInstancesBytes(int index)
Targets any of the instances specified.int
getInstancesCount()
Targets any of the instances specified.com.google.protobuf.ProtocolStringList
getInstancesList()
Targets any of the instances specified.GuestPolicies.Assignment.OsType
getOsTypes(int index)
Targets VM instances matching at least one of the following OS types.int
getOsTypesCount()
Targets VM instances matching at least one of the following OS types.List<GuestPolicies.Assignment.OsType>
getOsTypesList()
Targets VM instances matching at least one of the following OS types.GuestPolicies.Assignment.OsTypeOrBuilder
getOsTypesOrBuilder(int index)
Targets VM instances matching at least one of the following OS types.List<? extends GuestPolicies.Assignment.OsTypeOrBuilder>
getOsTypesOrBuilderList()
Targets VM instances matching at least one of the following OS types.com.google.protobuf.Parser<GuestPolicies.Assignment>
getParserForType()
int
getSerializedSize()
String
getZones(int index)
Targets instances in any of these zones.com.google.protobuf.ByteString
getZonesBytes(int index)
Targets instances in any of these zones.int
getZonesCount()
Targets instances in any of these zones.com.google.protobuf.ProtocolStringList
getZonesList()
Targets instances in any of these zones.int
hashCode()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static GuestPolicies.Assignment.Builder
newBuilder()
static GuestPolicies.Assignment.Builder
newBuilder(GuestPolicies.Assignment prototype)
GuestPolicies.Assignment.Builder
newBuilderForType()
protected GuestPolicies.Assignment.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static GuestPolicies.Assignment
parseDelimitedFrom(InputStream input)
static GuestPolicies.Assignment
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GuestPolicies.Assignment
parseFrom(byte[] data)
static GuestPolicies.Assignment
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GuestPolicies.Assignment
parseFrom(com.google.protobuf.ByteString data)
static GuestPolicies.Assignment
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GuestPolicies.Assignment
parseFrom(com.google.protobuf.CodedInputStream input)
static GuestPolicies.Assignment
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GuestPolicies.Assignment
parseFrom(InputStream input)
static GuestPolicies.Assignment
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GuestPolicies.Assignment
parseFrom(ByteBuffer data)
static GuestPolicies.Assignment
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<GuestPolicies.Assignment>
parser()
GuestPolicies.Assignment.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
GROUP_LABELS_FIELD_NUMBER
public static final int GROUP_LABELS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ZONES_FIELD_NUMBER
public static final int ZONES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
INSTANCES_FIELD_NUMBER
public static final int INSTANCES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
INSTANCE_NAME_PREFIXES_FIELD_NUMBER
public static final int INSTANCE_NAME_PREFIXES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
OS_TYPES_FIELD_NUMBER
public static final int OS_TYPES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
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;
- Specified by:
getGroupLabelsList
in interfaceGuestPolicies.AssignmentOrBuilder
-
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;
- Specified by:
getGroupLabelsOrBuilderList
in interfaceGuestPolicies.AssignmentOrBuilder
-
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;
- Specified by:
getGroupLabelsCount
in interfaceGuestPolicies.AssignmentOrBuilder
-
getGroupLabels
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;
- Specified by:
getGroupLabels
in interfaceGuestPolicies.AssignmentOrBuilder
-
getGroupLabelsOrBuilder
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;
- Specified by:
getGroupLabelsOrBuilder
in interfaceGuestPolicies.AssignmentOrBuilder
-
getZonesList
public com.google.protobuf.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;
- Specified by:
getZonesList
in interfaceGuestPolicies.AssignmentOrBuilder
- Returns:
- A list containing the zones.
-
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;
- Specified by:
getZonesCount
in interfaceGuestPolicies.AssignmentOrBuilder
- Returns:
- The count of zones.
-
getZones
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;
- Specified by:
getZones
in interfaceGuestPolicies.AssignmentOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The zones at the given index.
-
getZonesBytes
public com.google.protobuf.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;
- Specified by:
getZonesBytes
in interfaceGuestPolicies.AssignmentOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the zones at the given index.
-
getInstancesList
public com.google.protobuf.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;
- Specified by:
getInstancesList
in interfaceGuestPolicies.AssignmentOrBuilder
- Returns:
- A list containing the instances.
-
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;
- Specified by:
getInstancesCount
in interfaceGuestPolicies.AssignmentOrBuilder
- Returns:
- The count of instances.
-
getInstances
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;
- Specified by:
getInstances
in interfaceGuestPolicies.AssignmentOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The instances at the given index.
-
getInstancesBytes
public com.google.protobuf.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;
- Specified by:
getInstancesBytes
in interfaceGuestPolicies.AssignmentOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the instances at the given index.
-
getInstanceNamePrefixesList
public com.google.protobuf.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;
- Specified by:
getInstanceNamePrefixesList
in interfaceGuestPolicies.AssignmentOrBuilder
- Returns:
- A list containing the instanceNamePrefixes.
-
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;
- Specified by:
getInstanceNamePrefixesCount
in interfaceGuestPolicies.AssignmentOrBuilder
- Returns:
- The count of instanceNamePrefixes.
-
getInstanceNamePrefixes
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;
- Specified by:
getInstanceNamePrefixes
in interfaceGuestPolicies.AssignmentOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The instanceNamePrefixes at the given index.
-
getInstanceNamePrefixesBytes
public com.google.protobuf.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;
- Specified by:
getInstanceNamePrefixesBytes
in interfaceGuestPolicies.AssignmentOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the instanceNamePrefixes at the given index.
-
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;
- Specified by:
getOsTypesList
in interfaceGuestPolicies.AssignmentOrBuilder
-
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;
- Specified by:
getOsTypesOrBuilderList
in interfaceGuestPolicies.AssignmentOrBuilder
-
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;
- Specified by:
getOsTypesCount
in interfaceGuestPolicies.AssignmentOrBuilder
-
getOsTypes
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;
- Specified by:
getOsTypes
in interfaceGuestPolicies.AssignmentOrBuilder
-
getOsTypesOrBuilder
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;
- Specified by:
getOsTypesOrBuilder
in interfaceGuestPolicies.AssignmentOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static GuestPolicies.Assignment parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static GuestPolicies.Assignment parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static GuestPolicies.Assignment parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static GuestPolicies.Assignment parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static GuestPolicies.Assignment parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static GuestPolicies.Assignment parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static GuestPolicies.Assignment parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static GuestPolicies.Assignment parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static GuestPolicies.Assignment parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static GuestPolicies.Assignment parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static GuestPolicies.Assignment parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static GuestPolicies.Assignment parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public GuestPolicies.Assignment.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static GuestPolicies.Assignment.Builder newBuilder()
-
newBuilder
public static GuestPolicies.Assignment.Builder newBuilder(GuestPolicies.Assignment prototype)
-
toBuilder
public GuestPolicies.Assignment.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected GuestPolicies.Assignment.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static GuestPolicies.Assignment getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<GuestPolicies.Assignment> parser()
-
getParserForType
public com.google.protobuf.Parser<GuestPolicies.Assignment> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public GuestPolicies.Assignment getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-