public final class ManagedInstanceLastAttempt extends GeneratedMessageV3 implements ManagedInstanceLastAttemptOrBuilder
Protobuf type google.cloud.compute.v1.ManagedInstanceLastAttempt
Static Fields
ERRORS_FIELD_NUMBER
public static final int ERRORS_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static ManagedInstanceLastAttempt getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static ManagedInstanceLastAttempt.Builder newBuilder()
Returns
newBuilder(ManagedInstanceLastAttempt prototype)
public static ManagedInstanceLastAttempt.Builder newBuilder(ManagedInstanceLastAttempt prototype)
Parameter
Returns
public static ManagedInstanceLastAttempt parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static ManagedInstanceLastAttempt parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static ManagedInstanceLastAttempt parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ManagedInstanceLastAttempt parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static ManagedInstanceLastAttempt parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ManagedInstanceLastAttempt parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ManagedInstanceLastAttempt parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static ManagedInstanceLastAttempt parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ManagedInstanceLastAttempt parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static ManagedInstanceLastAttempt parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static ManagedInstanceLastAttempt parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ManagedInstanceLastAttempt parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<ManagedInstanceLastAttempt> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public ManagedInstanceLastAttempt getDefaultInstanceForType()
Returns
getErrors()
public Errors getErrors()
[Output Only] Encountered errors during the last attempt to create or delete the instance.
optional .google.cloud.compute.v1.Errors errors = 315977579;
Returns
Type | Description |
Errors | The errors.
|
getErrorsOrBuilder()
public ErrorsOrBuilder getErrorsOrBuilder()
[Output Only] Encountered errors during the last attempt to create or delete the instance.
optional .google.cloud.compute.v1.Errors errors = 315977579;
Returns
getParserForType()
public Parser<ManagedInstanceLastAttempt> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hasErrors()
public boolean hasErrors()
[Output Only] Encountered errors during the last attempt to create or delete the instance.
optional .google.cloud.compute.v1.Errors errors = 315977579;
Returns
Type | Description |
boolean | Whether the errors field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public ManagedInstanceLastAttempt.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ManagedInstanceLastAttempt.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public ManagedInstanceLastAttempt.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions