public final class Cloud extends GeneratedMessage implements CloudOrBuilder
Metadata related to the cloud environment.
Protobuf type google.backstory.Cloud
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
Static Fields
AVAILABILITY_ZONE_FIELD_NUMBER
public static final int AVAILABILITY_ZONE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
ENVIRONMENT_FIELD_NUMBER
public static final int ENVIRONMENT_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
PROJECT_FIELD_NUMBER
public static final int PROJECT_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
VPC_FIELD_NUMBER
public static final int VPC_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static Cloud getDefaultInstance()
| Returns |
| Type |
Description |
Cloud |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static Cloud.Builder newBuilder()
newBuilder(Cloud prototype)
public static Cloud.Builder newBuilder(Cloud prototype)
| Parameter |
| Name |
Description |
prototype |
Cloud
|
parseDelimitedFrom(InputStream input)
public static Cloud parseDelimitedFrom(InputStream input)
| Returns |
| Type |
Description |
Cloud |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Cloud parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
| Returns |
| Type |
Description |
Cloud |
|
parseFrom(byte[] data)
public static Cloud parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
| Returns |
| Type |
Description |
Cloud |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Cloud parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
| Returns |
| Type |
Description |
Cloud |
|
parseFrom(ByteString data)
public static Cloud parseFrom(ByteString data)
| Returns |
| Type |
Description |
Cloud |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Cloud parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
| Returns |
| Type |
Description |
Cloud |
|
parseFrom(CodedInputStream input)
public static Cloud parseFrom(CodedInputStream input)
| Returns |
| Type |
Description |
Cloud |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Cloud parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
| Returns |
| Type |
Description |
Cloud |
|
parseFrom(InputStream input)
public static Cloud parseFrom(InputStream input)
| Returns |
| Type |
Description |
Cloud |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Cloud parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
| Returns |
| Type |
Description |
Cloud |
|
parseFrom(ByteBuffer data)
public static Cloud parseFrom(ByteBuffer data)
| Returns |
| Type |
Description |
Cloud |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Cloud parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
| Returns |
| Type |
Description |
Cloud |
|
parser()
public static Parser<Cloud> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getAvailabilityZone()
public String getAvailabilityZone()
The cloud environment availability zone (different from region which is
location.name).
string availability_zone = 4;
| Returns |
| Type |
Description |
String |
The availabilityZone.
|
getAvailabilityZoneBytes()
public ByteString getAvailabilityZoneBytes()
The cloud environment availability zone (different from region which is
location.name).
string availability_zone = 4;
| Returns |
| Type |
Description |
ByteString |
The bytes for availabilityZone.
|
getDefaultInstanceForType()
public Cloud getDefaultInstanceForType()
| Returns |
| Type |
Description |
Cloud |
|
getEnvironment()
public Cloud.CloudEnvironment getEnvironment()
The Cloud environment.
.google.backstory.Cloud.CloudEnvironment environment = 1;
getEnvironmentValue()
public int getEnvironmentValue()
The Cloud environment.
.google.backstory.Cloud.CloudEnvironment environment = 1;
| Returns |
| Type |
Description |
int |
The enum numeric value on the wire for environment.
|
getParserForType()
public Parser<Cloud> getParserForType()
Overrides
getProject() (deprecated)
public Resource getProject()
Deprecated. google.backstory.Cloud.project is deprecated. See backstory/udm.proto;l=5690
The cloud environment project information.
Deprecated: Use Resource.resource_ancestors
.google.backstory.Resource project = 3 [deprecated = true];
| Returns |
| Type |
Description |
Resource |
The project.
|
getProjectOrBuilder() (deprecated)
public ResourceOrBuilder getProjectOrBuilder()
The cloud environment project information.
Deprecated: Use Resource.resource_ancestors
.google.backstory.Resource project = 3 [deprecated = true];
getSerializedSize()
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
getVpc() (deprecated)
Deprecated. google.backstory.Cloud.vpc is deprecated. See backstory/udm.proto;l=5686
The cloud environment VPC.
Deprecated.
.google.backstory.Resource vpc = 2 [deprecated = true];
| Returns |
| Type |
Description |
Resource |
The vpc.
|
getVpcOrBuilder() (deprecated)
public ResourceOrBuilder getVpcOrBuilder()
The cloud environment VPC.
Deprecated.
.google.backstory.Resource vpc = 2 [deprecated = true];
hasProject() (deprecated)
public boolean hasProject()
Deprecated. google.backstory.Cloud.project is deprecated. See backstory/udm.proto;l=5690
The cloud environment project information.
Deprecated: Use Resource.resource_ancestors
.google.backstory.Resource project = 3 [deprecated = true];
| Returns |
| Type |
Description |
boolean |
Whether the project field is set.
|
hasVpc() (deprecated)
Deprecated. google.backstory.Cloud.vpc is deprecated. See backstory/udm.proto;l=5686
The cloud environment VPC.
Deprecated.
.google.backstory.Resource vpc = 2 [deprecated = true];
| Returns |
| Type |
Description |
boolean |
Whether the vpc field is set.
|
hashCode()
| Returns |
| Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public Cloud.Builder newBuilderForType()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected Cloud.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
toBuilder()
public Cloud.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides