Package com.google.cloud.compute.v1
Class ManagedInstance
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.cloud.compute.v1.ManagedInstance
-
- All Implemented Interfaces:
ManagedInstanceOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
public final class ManagedInstance extends com.google.protobuf.GeneratedMessageV3 implements ManagedInstanceOrBuilder
A Managed Instance resource.
Protobuf typegoogle.cloud.compute.v1.ManagedInstance
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ManagedInstance.Builder
A Managed Instance resource.static class
ManagedInstance.CurrentAction
[Output Only] The current action that the managed instance group has scheduled for the instance.static class
ManagedInstance.InstanceStatus
[Output Only] The status of the instance.-
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
CURRENT_ACTION_FIELD_NUMBER
static int
ID_FIELD_NUMBER
static int
INSTANCE_FIELD_NUMBER
static int
INSTANCE_HEALTH_FIELD_NUMBER
static int
INSTANCE_STATUS_FIELD_NUMBER
static int
LAST_ATTEMPT_FIELD_NUMBER
static int
PRESERVED_STATE_FROM_CONFIG_FIELD_NUMBER
static int
PRESERVED_STATE_FROM_POLICY_FIELD_NUMBER
static int
VERSION_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getCurrentAction()
[Output Only] The current action that the managed instance group has scheduled for the instance.com.google.protobuf.ByteString
getCurrentActionBytes()
[Output Only] The current action that the managed instance group has scheduled for the instance.static ManagedInstance
getDefaultInstance()
ManagedInstance
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
long
getId()
[Output only] The unique identifier for this resource.String
getInstance()
[Output Only] The URL of the instance.com.google.protobuf.ByteString
getInstanceBytes()
[Output Only] The URL of the instance.ManagedInstanceInstanceHealth
getInstanceHealth(int index)
[Output Only] Health state of the instance per health-check.int
getInstanceHealthCount()
[Output Only] Health state of the instance per health-check.List<ManagedInstanceInstanceHealth>
getInstanceHealthList()
[Output Only] Health state of the instance per health-check.ManagedInstanceInstanceHealthOrBuilder
getInstanceHealthOrBuilder(int index)
[Output Only] Health state of the instance per health-check.List<? extends ManagedInstanceInstanceHealthOrBuilder>
getInstanceHealthOrBuilderList()
[Output Only] Health state of the instance per health-check.String
getInstanceStatus()
[Output Only] The status of the instance.com.google.protobuf.ByteString
getInstanceStatusBytes()
[Output Only] The status of the instance.ManagedInstanceLastAttempt
getLastAttempt()
[Output Only] Information about the last attempt to create or delete the instance.ManagedInstanceLastAttemptOrBuilder
getLastAttemptOrBuilder()
[Output Only] Information about the last attempt to create or delete the instance.com.google.protobuf.Parser<ManagedInstance>
getParserForType()
PreservedState
getPreservedStateFromConfig()
[Output Only] Preserved state applied from per-instance config for this instance.PreservedStateOrBuilder
getPreservedStateFromConfigOrBuilder()
[Output Only] Preserved state applied from per-instance config for this instance.PreservedState
getPreservedStateFromPolicy()
[Output Only] Preserved state generated based on stateful policy for this instance.PreservedStateOrBuilder
getPreservedStateFromPolicyOrBuilder()
[Output Only] Preserved state generated based on stateful policy for this instance.int
getSerializedSize()
ManagedInstanceVersion
getVersion()
[Output Only] Intended version of this instance.ManagedInstanceVersionOrBuilder
getVersionOrBuilder()
[Output Only] Intended version of this instance.boolean
hasCurrentAction()
[Output Only] The current action that the managed instance group has scheduled for the instance.int
hashCode()
boolean
hasId()
[Output only] The unique identifier for this resource.boolean
hasInstance()
[Output Only] The URL of the instance.boolean
hasInstanceStatus()
[Output Only] The status of the instance.boolean
hasLastAttempt()
[Output Only] Information about the last attempt to create or delete the instance.boolean
hasPreservedStateFromConfig()
[Output Only] Preserved state applied from per-instance config for this instance.boolean
hasPreservedStateFromPolicy()
[Output Only] Preserved state generated based on stateful policy for this instance.boolean
hasVersion()
[Output Only] Intended version of this instance.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static ManagedInstance.Builder
newBuilder()
static ManagedInstance.Builder
newBuilder(ManagedInstance prototype)
ManagedInstance.Builder
newBuilderForType()
protected ManagedInstance.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static ManagedInstance
parseDelimitedFrom(InputStream input)
static ManagedInstance
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ManagedInstance
parseFrom(byte[] data)
static ManagedInstance
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ManagedInstance
parseFrom(com.google.protobuf.ByteString data)
static ManagedInstance
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ManagedInstance
parseFrom(com.google.protobuf.CodedInputStream input)
static ManagedInstance
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ManagedInstance
parseFrom(InputStream input)
static ManagedInstance
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ManagedInstance
parseFrom(ByteBuffer data)
static ManagedInstance
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<ManagedInstance>
parser()
ManagedInstance.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
-
CURRENT_ACTION_FIELD_NUMBER
public static final int CURRENT_ACTION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ID_FIELD_NUMBER
public static final int ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
INSTANCE_FIELD_NUMBER
public static final int INSTANCE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
INSTANCE_HEALTH_FIELD_NUMBER
public static final int INSTANCE_HEALTH_FIELD_NUMBER
- See Also:
- Constant Field Values
-
INSTANCE_STATUS_FIELD_NUMBER
public static final int INSTANCE_STATUS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LAST_ATTEMPT_FIELD_NUMBER
public static final int LAST_ATTEMPT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PRESERVED_STATE_FROM_CONFIG_FIELD_NUMBER
public static final int PRESERVED_STATE_FROM_CONFIG_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PRESERVED_STATE_FROM_POLICY_FIELD_NUMBER
public static final int PRESERVED_STATE_FROM_POLICY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
VERSION_FIELD_NUMBER
public static final int VERSION_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
-
hasCurrentAction
public boolean hasCurrentAction()
[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's targetSize 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;
- Specified by:
hasCurrentAction
in interfaceManagedInstanceOrBuilder
- Returns:
- Whether the currentAction field is set.
-
getCurrentAction
public String getCurrentAction()
[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's targetSize 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;
- Specified by:
getCurrentAction
in interfaceManagedInstanceOrBuilder
- Returns:
- The currentAction.
-
getCurrentActionBytes
public com.google.protobuf.ByteString getCurrentActionBytes()
[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's targetSize 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;
- Specified by:
getCurrentActionBytes
in interfaceManagedInstanceOrBuilder
- Returns:
- The bytes for currentAction.
-
hasId
public boolean hasId()
[Output only] The unique identifier for this resource. This field is empty when instance does not exist.
optional uint64 id = 3355;
- Specified by:
hasId
in interfaceManagedInstanceOrBuilder
- Returns:
- Whether the id field is set.
-
getId
public long getId()
[Output only] The unique identifier for this resource. This field is empty when instance does not exist.
optional uint64 id = 3355;
- Specified by:
getId
in interfaceManagedInstanceOrBuilder
- Returns:
- The id.
-
hasInstance
public boolean hasInstance()
[Output Only] The URL of the instance. The URL can exist even if the instance has not yet been created.
optional string instance = 18257045;
- Specified by:
hasInstance
in interfaceManagedInstanceOrBuilder
- Returns:
- Whether the instance field is set.
-
getInstance
public String getInstance()
[Output Only] The URL of the instance. The URL can exist even if the instance has not yet been created.
optional string instance = 18257045;
- Specified by:
getInstance
in interfaceManagedInstanceOrBuilder
- Returns:
- The instance.
-
getInstanceBytes
public com.google.protobuf.ByteString getInstanceBytes()
[Output Only] The URL of the instance. The URL can exist even if the instance has not yet been created.
optional string instance = 18257045;
- Specified by:
getInstanceBytes
in interfaceManagedInstanceOrBuilder
- Returns:
- The bytes for instance.
-
getInstanceHealthList
public List<ManagedInstanceInstanceHealth> getInstanceHealthList()
[Output Only] Health state of the instance per health-check.
repeated .google.cloud.compute.v1.ManagedInstanceInstanceHealth instance_health = 382667078;
- Specified by:
getInstanceHealthList
in interfaceManagedInstanceOrBuilder
-
getInstanceHealthOrBuilderList
public List<? extends ManagedInstanceInstanceHealthOrBuilder> getInstanceHealthOrBuilderList()
[Output Only] Health state of the instance per health-check.
repeated .google.cloud.compute.v1.ManagedInstanceInstanceHealth instance_health = 382667078;
- Specified by:
getInstanceHealthOrBuilderList
in interfaceManagedInstanceOrBuilder
-
getInstanceHealthCount
public int getInstanceHealthCount()
[Output Only] Health state of the instance per health-check.
repeated .google.cloud.compute.v1.ManagedInstanceInstanceHealth instance_health = 382667078;
- Specified by:
getInstanceHealthCount
in interfaceManagedInstanceOrBuilder
-
getInstanceHealth
public ManagedInstanceInstanceHealth getInstanceHealth(int index)
[Output Only] Health state of the instance per health-check.
repeated .google.cloud.compute.v1.ManagedInstanceInstanceHealth instance_health = 382667078;
- Specified by:
getInstanceHealth
in interfaceManagedInstanceOrBuilder
-
getInstanceHealthOrBuilder
public ManagedInstanceInstanceHealthOrBuilder getInstanceHealthOrBuilder(int index)
[Output Only] Health state of the instance per health-check.
repeated .google.cloud.compute.v1.ManagedInstanceInstanceHealth instance_health = 382667078;
- Specified by:
getInstanceHealthOrBuilder
in interfaceManagedInstanceOrBuilder
-
hasInstanceStatus
public boolean hasInstanceStatus()
[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;
- Specified by:
hasInstanceStatus
in interfaceManagedInstanceOrBuilder
- Returns:
- Whether the instanceStatus field is set.
-
getInstanceStatus
public String getInstanceStatus()
[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;
- Specified by:
getInstanceStatus
in interfaceManagedInstanceOrBuilder
- Returns:
- The instanceStatus.
-
getInstanceStatusBytes
public com.google.protobuf.ByteString getInstanceStatusBytes()
[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;
- Specified by:
getInstanceStatusBytes
in interfaceManagedInstanceOrBuilder
- Returns:
- The bytes for instanceStatus.
-
hasLastAttempt
public boolean hasLastAttempt()
[Output Only] Information about the last attempt to create or delete the instance.
optional .google.cloud.compute.v1.ManagedInstanceLastAttempt last_attempt = 434771492;
- Specified by:
hasLastAttempt
in interfaceManagedInstanceOrBuilder
- Returns:
- Whether the lastAttempt field is set.
-
getLastAttempt
public ManagedInstanceLastAttempt getLastAttempt()
[Output Only] Information about the last attempt to create or delete the instance.
optional .google.cloud.compute.v1.ManagedInstanceLastAttempt last_attempt = 434771492;
- Specified by:
getLastAttempt
in interfaceManagedInstanceOrBuilder
- Returns:
- The lastAttempt.
-
getLastAttemptOrBuilder
public ManagedInstanceLastAttemptOrBuilder getLastAttemptOrBuilder()
[Output Only] Information about the last attempt to create or delete the instance.
optional .google.cloud.compute.v1.ManagedInstanceLastAttempt last_attempt = 434771492;
- Specified by:
getLastAttemptOrBuilder
in interfaceManagedInstanceOrBuilder
-
hasPreservedStateFromConfig
public boolean hasPreservedStateFromConfig()
[Output Only] Preserved state applied from per-instance config for this instance.
optional .google.cloud.compute.v1.PreservedState preserved_state_from_config = 98661858;
- Specified by:
hasPreservedStateFromConfig
in interfaceManagedInstanceOrBuilder
- Returns:
- Whether the preservedStateFromConfig field is set.
-
getPreservedStateFromConfig
public PreservedState getPreservedStateFromConfig()
[Output Only] Preserved state applied from per-instance config for this instance.
optional .google.cloud.compute.v1.PreservedState preserved_state_from_config = 98661858;
- Specified by:
getPreservedStateFromConfig
in interfaceManagedInstanceOrBuilder
- Returns:
- The preservedStateFromConfig.
-
getPreservedStateFromConfigOrBuilder
public PreservedStateOrBuilder getPreservedStateFromConfigOrBuilder()
[Output Only] Preserved state applied from per-instance config for this instance.
optional .google.cloud.compute.v1.PreservedState preserved_state_from_config = 98661858;
- Specified by:
getPreservedStateFromConfigOrBuilder
in interfaceManagedInstanceOrBuilder
-
hasPreservedStateFromPolicy
public boolean hasPreservedStateFromPolicy()
[Output Only] Preserved state generated based on stateful policy for this instance.
optional .google.cloud.compute.v1.PreservedState preserved_state_from_policy = 470783954;
- Specified by:
hasPreservedStateFromPolicy
in interfaceManagedInstanceOrBuilder
- Returns:
- Whether the preservedStateFromPolicy field is set.
-
getPreservedStateFromPolicy
public PreservedState getPreservedStateFromPolicy()
[Output Only] Preserved state generated based on stateful policy for this instance.
optional .google.cloud.compute.v1.PreservedState preserved_state_from_policy = 470783954;
- Specified by:
getPreservedStateFromPolicy
in interfaceManagedInstanceOrBuilder
- Returns:
- The preservedStateFromPolicy.
-
getPreservedStateFromPolicyOrBuilder
public PreservedStateOrBuilder getPreservedStateFromPolicyOrBuilder()
[Output Only] Preserved state generated based on stateful policy for this instance.
optional .google.cloud.compute.v1.PreservedState preserved_state_from_policy = 470783954;
- Specified by:
getPreservedStateFromPolicyOrBuilder
in interfaceManagedInstanceOrBuilder
-
hasVersion
public boolean hasVersion()
[Output Only] Intended version of this instance.
optional .google.cloud.compute.v1.ManagedInstanceVersion version = 351608024;
- Specified by:
hasVersion
in interfaceManagedInstanceOrBuilder
- Returns:
- Whether the version field is set.
-
getVersion
public ManagedInstanceVersion getVersion()
[Output Only] Intended version of this instance.
optional .google.cloud.compute.v1.ManagedInstanceVersion version = 351608024;
- Specified by:
getVersion
in interfaceManagedInstanceOrBuilder
- Returns:
- The version.
-
getVersionOrBuilder
public ManagedInstanceVersionOrBuilder getVersionOrBuilder()
[Output Only] Intended version of this instance.
optional .google.cloud.compute.v1.ManagedInstanceVersion version = 351608024;
- Specified by:
getVersionOrBuilder
in interfaceManagedInstanceOrBuilder
-
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 ManagedInstance parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ManagedInstance parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ManagedInstance parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ManagedInstance parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ManagedInstance parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ManagedInstance parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ManagedInstance parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static ManagedInstance parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static ManagedInstance parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static ManagedInstance parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static ManagedInstance parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static ManagedInstance parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public ManagedInstance.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static ManagedInstance.Builder newBuilder()
-
newBuilder
public static ManagedInstance.Builder newBuilder(ManagedInstance prototype)
-
toBuilder
public ManagedInstance.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected ManagedInstance.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static ManagedInstance getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<ManagedInstance> parser()
-
getParserForType
public com.google.protobuf.Parser<ManagedInstance> 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 ManagedInstance getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-