public final class ManagedInstance extends GeneratedMessageV3 implements ManagedInstanceOrBuilder
A Managed Instance resource.
Protobuf type google.cloud.compute.v1.ManagedInstance
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
CURRENT_ACTION_FIELD_NUMBER
public static final int CURRENT_ACTION_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
ID_FIELD_NUMBER
public static final int ID_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
INSTANCE_FIELD_NUMBER
public static final int INSTANCE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
INSTANCE_HEALTH_FIELD_NUMBER
public static final int INSTANCE_HEALTH_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
INSTANCE_STATUS_FIELD_NUMBER
public static final int INSTANCE_STATUS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
LAST_ATTEMPT_FIELD_NUMBER
public static final int LAST_ATTEMPT_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
PRESERVED_STATE_FROM_CONFIG_FIELD_NUMBER
public static final int PRESERVED_STATE_FROM_CONFIG_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
PRESERVED_STATE_FROM_POLICY_FIELD_NUMBER
public static final int PRESERVED_STATE_FROM_POLICY_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
PROPERTIES_FROM_FLEXIBILITY_POLICY_FIELD_NUMBER
public static final int PROPERTIES_FROM_FLEXIBILITY_POLICY_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
VERSION_FIELD_NUMBER
public static final int VERSION_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static ManagedInstance getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static ManagedInstance.Builder newBuilder()
newBuilder(ManagedInstance prototype)
public static ManagedInstance.Builder newBuilder(ManagedInstance prototype)
public static ManagedInstance parseDelimitedFrom(InputStream input)
public static ManagedInstance parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static ManagedInstance parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ManagedInstance parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static ManagedInstance parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ManagedInstance parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ManagedInstance parseFrom(CodedInputStream input)
public static ManagedInstance parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ManagedInstance parseFrom(InputStream input)
public static ManagedInstance parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static ManagedInstance parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ManagedInstance parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<ManagedInstance> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getCurrentAction()
public String getCurrentAction()
Output only. [Output Only] The current action that the managed instance group has
scheduled for the instance. Possible values:
- NONE The instance is running, and the managed
instance group does not have any scheduled actions for this instance.
- CREATING The managed instance group is creating this
instance. If the group fails to create this instance, it will try again
until it is successful.
- CREATING_WITHOUT_RETRIES The managed instance group
is attempting to create this instance only once. If the group fails
to create this instance, it does not try again and the group'stargetSize value is decreased instead.
- RECREATING The managed instance group is recreating
this instance.
- DELETING The managed instance group is permanently
deleting this instance.
- ABANDONING The managed instance group is abandoning
this instance. The instance will be removed from the instance group
and from any target pools that are associated with this group.
- RESTARTING The managed instance group is restarting
the instance.
- REFRESHING The managed instance group is applying
configuration changes to the instance without stopping it. For example,
the group can update the target pool list for an instance without
stopping that instance.
- VERIFYING The managed instance group has created the
instance and it is in the process of being verified.
Check the CurrentAction enum for the list of possible values.
optional string current_action = 178475964;
| Returns |
| Type |
Description |
String |
The currentAction.
|
getCurrentActionBytes()
public ByteString getCurrentActionBytes()
Output only. [Output Only] The current action that the managed instance group has
scheduled for the instance. Possible values:
- NONE The instance is running, and the managed
instance group does not have any scheduled actions for this instance.
- CREATING The managed instance group is creating this
instance. If the group fails to create this instance, it will try again
until it is successful.
- CREATING_WITHOUT_RETRIES The managed instance group
is attempting to create this instance only once. If the group fails
to create this instance, it does not try again and the group'stargetSize value is decreased instead.
- RECREATING The managed instance group is recreating
this instance.
- DELETING The managed instance group is permanently
deleting this instance.
- ABANDONING The managed instance group is abandoning
this instance. The instance will be removed from the instance group
and from any target pools that are associated with this group.
- RESTARTING The managed instance group is restarting
the instance.
- REFRESHING The managed instance group is applying
configuration changes to the instance without stopping it. For example,
the group can update the target pool list for an instance without
stopping that instance.
- VERIFYING The managed instance group has created the
instance and it is in the process of being verified.
Check the CurrentAction enum for the list of possible values.
optional string current_action = 178475964;
| Returns |
| Type |
Description |
ByteString |
The bytes for currentAction.
|
getDefaultInstanceForType()
public ManagedInstance getDefaultInstanceForType()
getId()
Output only. [Output only] The unique identifier for this resource. This field is empty
when instance does not exist.
optional uint64 id = 3355;
| Returns |
| Type |
Description |
long |
The id.
|
getInstance()
public String getInstance()
Output only. [Output Only] The URL of the instance. The URL can exist even if the
instance has not yet been created.
optional string instance = 18257045;
| Returns |
| Type |
Description |
String |
The instance.
|
getInstanceBytes()
public ByteString getInstanceBytes()
Output only. [Output Only] The URL of the instance. The URL can exist even if the
instance has not yet been created.
optional string instance = 18257045;
| Returns |
| Type |
Description |
ByteString |
The bytes for instance.
|
getInstanceHealth(int index)
public ManagedInstanceInstanceHealth getInstanceHealth(int index)
Output only. [Output Only] Health state of the instance per health-check.
repeated .google.cloud.compute.v1.ManagedInstanceInstanceHealth instance_health = 382667078;
| Parameter |
| Name |
Description |
index |
int
|
getInstanceHealthCount()
public int getInstanceHealthCount()
Output only. [Output Only] Health state of the instance per health-check.
repeated .google.cloud.compute.v1.ManagedInstanceInstanceHealth instance_health = 382667078;
| Returns |
| Type |
Description |
int |
|
getInstanceHealthList()
public List<ManagedInstanceInstanceHealth> getInstanceHealthList()
Output only. [Output Only] Health state of the instance per health-check.
repeated .google.cloud.compute.v1.ManagedInstanceInstanceHealth instance_health = 382667078;
getInstanceHealthOrBuilder(int index)
public ManagedInstanceInstanceHealthOrBuilder getInstanceHealthOrBuilder(int index)
Output only. [Output Only] Health state of the instance per health-check.
repeated .google.cloud.compute.v1.ManagedInstanceInstanceHealth instance_health = 382667078;
| Parameter |
| Name |
Description |
index |
int
|
getInstanceHealthOrBuilderList()
public List<? extends ManagedInstanceInstanceHealthOrBuilder> getInstanceHealthOrBuilderList()
Output only. [Output Only] Health state of the instance per health-check.
repeated .google.cloud.compute.v1.ManagedInstanceInstanceHealth instance_health = 382667078;
| Returns |
| Type |
Description |
List<? extends com.google.cloud.compute.v1.ManagedInstanceInstanceHealthOrBuilder> |
|
getInstanceStatus()
public String getInstanceStatus()
Output only. [Output Only] The status of the instance. This field is empty when
the instance does not exist.
Check the InstanceStatus enum for the list of possible values.
optional string instance_status = 174577372;
| Returns |
| Type |
Description |
String |
The instanceStatus.
|
getInstanceStatusBytes()
public ByteString getInstanceStatusBytes()
Output only. [Output Only] The status of the instance. This field is empty when
the instance does not exist.
Check the InstanceStatus enum for the list of possible values.
optional string instance_status = 174577372;
| Returns |
| Type |
Description |
ByteString |
The bytes for instanceStatus.
|
getLastAttempt()
public ManagedInstanceLastAttempt getLastAttempt()
Output only. [Output Only] Information about the last attempt to create or delete
the instance.
optional .google.cloud.compute.v1.ManagedInstanceLastAttempt last_attempt = 434771492;
getLastAttemptOrBuilder()
public ManagedInstanceLastAttemptOrBuilder getLastAttemptOrBuilder()
Output only. [Output Only] Information about the last attempt to create or delete
the instance.
optional .google.cloud.compute.v1.ManagedInstanceLastAttempt last_attempt = 434771492;
getName()
Output only. [Output Only] The name of the instance. The name always exists even if the
instance has not yet been created.
optional string name = 3373707;
| Returns |
| Type |
Description |
String |
The name.
|
getNameBytes()
public ByteString getNameBytes()
Output only. [Output Only] The name of the instance. The name always exists even if the
instance has not yet been created.
optional string name = 3373707;
| Returns |
| Type |
Description |
ByteString |
The bytes for name.
|
getParserForType()
public Parser<ManagedInstance> getParserForType()
Overrides
getPreservedStateFromConfig()
public PreservedState getPreservedStateFromConfig()
Output only. [Output Only] Preserved state applied from per-instance config
for this instance.
optional .google.cloud.compute.v1.PreservedState preserved_state_from_config = 98661858;
getPreservedStateFromConfigOrBuilder()
public PreservedStateOrBuilder getPreservedStateFromConfigOrBuilder()
Output only. [Output Only] Preserved state applied from per-instance config
for this instance.
optional .google.cloud.compute.v1.PreservedState preserved_state_from_config = 98661858;
getPreservedStateFromPolicy()
public PreservedState getPreservedStateFromPolicy()
Output only. [Output Only] Preserved state generated based on stateful policy
for this instance.
optional .google.cloud.compute.v1.PreservedState preserved_state_from_policy = 470783954;
getPreservedStateFromPolicyOrBuilder()
public PreservedStateOrBuilder getPreservedStateFromPolicyOrBuilder()
Output only. [Output Only] Preserved state generated based on stateful policy
for this instance.
optional .google.cloud.compute.v1.PreservedState preserved_state_from_policy = 470783954;
getPropertiesFromFlexibilityPolicy()
public ManagedInstancePropertiesFromFlexibilityPolicy getPropertiesFromFlexibilityPolicy()
Output only. [Output Only] Instance properties selected for this instance resulting from
InstanceFlexibilityPolicy.
optional .google.cloud.compute.v1.ManagedInstancePropertiesFromFlexibilityPolicy properties_from_flexibility_policy = 155525825;
getPropertiesFromFlexibilityPolicyOrBuilder()
public ManagedInstancePropertiesFromFlexibilityPolicyOrBuilder getPropertiesFromFlexibilityPolicyOrBuilder()
Output only. [Output Only] Instance properties selected for this instance resulting from
InstanceFlexibilityPolicy.
optional .google.cloud.compute.v1.ManagedInstancePropertiesFromFlexibilityPolicy properties_from_flexibility_policy = 155525825;
getSerializedSize()
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
getVersion()
public ManagedInstanceVersion getVersion()
Output only. [Output Only] Intended version of this instance.
optional .google.cloud.compute.v1.ManagedInstanceVersion version = 351608024;
getVersionOrBuilder()
public ManagedInstanceVersionOrBuilder getVersionOrBuilder()
Output only. [Output Only] Intended version of this instance.
optional .google.cloud.compute.v1.ManagedInstanceVersion version = 351608024;
hasCurrentAction()
public boolean hasCurrentAction()
Output only. [Output Only] The current action that the managed instance group has
scheduled for the instance. Possible values:
- NONE The instance is running, and the managed
instance group does not have any scheduled actions for this instance.
- CREATING The managed instance group is creating this
instance. If the group fails to create this instance, it will try again
until it is successful.
- CREATING_WITHOUT_RETRIES The managed instance group
is attempting to create this instance only once. If the group fails
to create this instance, it does not try again and the group'stargetSize value is decreased instead.
- RECREATING The managed instance group is recreating
this instance.
- DELETING The managed instance group is permanently
deleting this instance.
- ABANDONING The managed instance group is abandoning
this instance. The instance will be removed from the instance group
and from any target pools that are associated with this group.
- RESTARTING The managed instance group is restarting
the instance.
- REFRESHING The managed instance group is applying
configuration changes to the instance without stopping it. For example,
the group can update the target pool list for an instance without
stopping that instance.
- VERIFYING The managed instance group has created the
instance and it is in the process of being verified.
Check the CurrentAction enum for the list of possible values.
optional string current_action = 178475964;
| Returns |
| Type |
Description |
boolean |
Whether the currentAction field is set.
|
hasId()
Output only. [Output only] The unique identifier for this resource. This field is empty
when instance does not exist.
optional uint64 id = 3355;
| Returns |
| Type |
Description |
boolean |
Whether the id field is set.
|
hasInstance()
public boolean hasInstance()
Output only. [Output Only] The URL of the instance. The URL can exist even if the
instance has not yet been created.
optional string instance = 18257045;
| Returns |
| Type |
Description |
boolean |
Whether the instance field is set.
|
hasInstanceStatus()
public boolean hasInstanceStatus()
Output only. [Output Only] The status of the instance. This field is empty when
the instance does not exist.
Check the InstanceStatus enum for the list of possible values.
optional string instance_status = 174577372;
| Returns |
| Type |
Description |
boolean |
Whether the instanceStatus field is set.
|
hasLastAttempt()
public boolean hasLastAttempt()
Output only. [Output Only] Information about the last attempt to create or delete
the instance.
optional .google.cloud.compute.v1.ManagedInstanceLastAttempt last_attempt = 434771492;
| Returns |
| Type |
Description |
boolean |
Whether the lastAttempt field is set.
|
hasName()
Output only. [Output Only] The name of the instance. The name always exists even if the
instance has not yet been created.
optional string name = 3373707;
| Returns |
| Type |
Description |
boolean |
Whether the name field is set.
|
hasPreservedStateFromConfig()
public boolean hasPreservedStateFromConfig()
Output only. [Output Only] Preserved state applied from per-instance config
for this instance.
optional .google.cloud.compute.v1.PreservedState preserved_state_from_config = 98661858;
| Returns |
| Type |
Description |
boolean |
Whether the preservedStateFromConfig field is set.
|
hasPreservedStateFromPolicy()
public boolean hasPreservedStateFromPolicy()
Output only. [Output Only] Preserved state generated based on stateful policy
for this instance.
optional .google.cloud.compute.v1.PreservedState preserved_state_from_policy = 470783954;
| Returns |
| Type |
Description |
boolean |
Whether the preservedStateFromPolicy field is set.
|
hasPropertiesFromFlexibilityPolicy()
public boolean hasPropertiesFromFlexibilityPolicy()
Output only. [Output Only] Instance properties selected for this instance resulting from
InstanceFlexibilityPolicy.
optional .google.cloud.compute.v1.ManagedInstancePropertiesFromFlexibilityPolicy properties_from_flexibility_policy = 155525825;
| Returns |
| Type |
Description |
boolean |
Whether the propertiesFromFlexibilityPolicy field is set.
|
hasVersion()
public boolean hasVersion()
Output only. [Output Only] Intended version of this instance.
optional .google.cloud.compute.v1.ManagedInstanceVersion version = 351608024;
| Returns |
| Type |
Description |
boolean |
Whether the version field is set.
|
hashCode()
| Returns |
| Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public ManagedInstance.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ManagedInstance.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
| Returns |
| Type |
Description |
Object |
|
Overrides
toBuilder()
public ManagedInstance.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides