public interface CloudOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAvailabilityZone()
public abstract 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 abstract 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. |
getEnvironment()
public abstract Cloud.CloudEnvironment getEnvironment()The Cloud environment.
.google.backstory.Cloud.CloudEnvironment environment = 1;
| Returns | |
|---|---|
| Type | Description |
Cloud.CloudEnvironment |
The environment. |
getEnvironmentValue()
public abstract int getEnvironmentValue()The Cloud environment.
.google.backstory.Cloud.CloudEnvironment environment = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for environment. |
getProject() (deprecated)
public abstract 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 abstract ResourceOrBuilder getProjectOrBuilder()The cloud environment project information. Deprecated: Use Resource.resource_ancestors
.google.backstory.Resource project = 3 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
ResourceOrBuilder |
|
getVpc() (deprecated)
public abstract Resource getVpc()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 abstract ResourceOrBuilder getVpcOrBuilder()The cloud environment VPC. Deprecated.
.google.backstory.Resource vpc = 2 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
ResourceOrBuilder |
|
hasProject() (deprecated)
public abstract 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)
public abstract boolean hasVpc()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. |