public interface ResourceStatusOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getGroup()
public abstract String getGroup()
Group to which the resource belongs to.
string group = 3;
Returns | |
---|---|
Type | Description |
String |
The group. |
getGroupBytes()
public abstract ByteString getGroupBytes()
Group to which the resource belongs to.
string group = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for group. |
getKind()
public abstract String getKind()
Kind of the resource.
string kind = 5;
Returns | |
---|---|
Type | Description |
String |
The kind. |
getKindBytes()
public abstract ByteString getKindBytes()
Kind of the resource.
string kind = 5;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for kind. |
getName()
public abstract String getName()
Name of the resource.
string name = 1;
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Name of the resource.
string name = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getNfDeployStatus()
public abstract NFDeployStatus getNfDeployStatus()
Output only. Detailed status of NFDeploy.
.google.cloud.telcoautomation.v1.NFDeployStatus nf_deploy_status = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
NFDeployStatus |
The nfDeployStatus. |
getNfDeployStatusOrBuilder()
public abstract NFDeployStatusOrBuilder getNfDeployStatusOrBuilder()
Output only. Detailed status of NFDeploy.
.google.cloud.telcoautomation.v1.NFDeployStatus nf_deploy_status = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
NFDeployStatusOrBuilder |
getResourceNamespace()
public abstract String getResourceNamespace()
Namespace of the resource.
string resource_namespace = 2;
Returns | |
---|---|
Type | Description |
String |
The resourceNamespace. |
getResourceNamespaceBytes()
public abstract ByteString getResourceNamespaceBytes()
Namespace of the resource.
string resource_namespace = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for resourceNamespace. |
getResourceType()
public abstract ResourceType getResourceType()
Output only. Resource type.
.google.cloud.telcoautomation.v1.ResourceType resource_type = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ResourceType |
The resourceType. |
getResourceTypeValue()
public abstract int getResourceTypeValue()
Output only. Resource type.
.google.cloud.telcoautomation.v1.ResourceType resource_type = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for resourceType. |
getStatus()
public abstract Status getStatus()
Output only. Status of the resource.
.google.cloud.telcoautomation.v1.Status status = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Status |
The status. |
getStatusValue()
public abstract int getStatusValue()
Output only. Status of the resource.
.google.cloud.telcoautomation.v1.Status status = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for status. |
getVersion()
public abstract String getVersion()
Version of the resource.
string version = 4;
Returns | |
---|---|
Type | Description |
String |
The version. |
getVersionBytes()
public abstract ByteString getVersionBytes()
Version of the resource.
string version = 4;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for version. |
hasNfDeployStatus()
public abstract boolean hasNfDeployStatus()
Output only. Detailed status of NFDeploy.
.google.cloud.telcoautomation.v1.NFDeployStatus nf_deploy_status = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the nfDeployStatus field is set. |