Send feedback
Class ResourceStatus (0.10.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.10.0 keyboard_arrow_down
public final class ResourceStatus extends GeneratedMessageV3 implements ResourceStatusOrBuilder
Status of a deployment resource.
Protobuf type google.cloud.telcoautomation.v1.ResourceStatus
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
GROUP_FIELD_NUMBER
public static final int GROUP_FIELD_NUMBER
Field Value Type Description int
KIND_FIELD_NUMBER
public static final int KIND_FIELD_NUMBER
Field Value Type Description int
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value Type Description int
NF_DEPLOY_STATUS_FIELD_NUMBER
public static final int NF_DEPLOY_STATUS_FIELD_NUMBER
Field Value Type Description int
RESOURCE_NAMESPACE_FIELD_NUMBER
public static final int RESOURCE_NAMESPACE_FIELD_NUMBER
Field Value Type Description int
RESOURCE_TYPE_FIELD_NUMBER
public static final int RESOURCE_TYPE_FIELD_NUMBER
Field Value Type Description int
STATUS_FIELD_NUMBER
public static final int STATUS_FIELD_NUMBER
Field Value Type Description int
VERSION_FIELD_NUMBER
public static final int VERSION_FIELD_NUMBER
Field Value Type Description int
Static Methods
getDefaultInstance()
public static ResourceStatus getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static ResourceStatus . Builder newBuilder ()
newBuilder(ResourceStatus prototype)
public static ResourceStatus . Builder newBuilder ( ResourceStatus prototype )
public static ResourceStatus parseDelimitedFrom ( InputStream input )
public static ResourceStatus parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static ResourceStatus parseFrom ( byte [] data )
Parameter Name Description data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ResourceStatus parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static ResourceStatus parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ResourceStatus parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static ResourceStatus parseFrom ( CodedInputStream input )
public static ResourceStatus parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static ResourceStatus parseFrom ( InputStream input )
public static ResourceStatus parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static ResourceStatus parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ResourceStatus parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<ResourceStatus> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
getDefaultInstanceForType()
public ResourceStatus getDefaultInstanceForType ()
getGroup()
Group to which the resource belongs to.
string group = 3;
Returns Type Description String
The group.
getGroupBytes()
public ByteString getGroupBytes ()
Group to which the resource belongs to.
string group = 3;
Returns Type Description ByteString
The bytes for group.
getKind()
Kind of the resource.
string kind = 5;
Returns Type Description String
The kind.
getKindBytes()
public ByteString getKindBytes ()
Kind of the resource.
string kind = 5;
Returns Type Description ByteString
The bytes for kind.
getName()
Name of the resource.
string name = 1;
Returns Type Description String
The name.
getNameBytes()
public ByteString getNameBytes ()
Name of the resource.
string name = 1;
Returns Type Description ByteString
The bytes for name.
getNfDeployStatus()
public NFDeployStatus getNfDeployStatus ()
Output only. Detailed status of NFDeploy.
.google.cloud.telcoautomation.v1.NFDeployStatus nf_deploy_status = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
getNfDeployStatusOrBuilder()
public NFDeployStatusOrBuilder getNfDeployStatusOrBuilder ()
Output only. Detailed status of NFDeploy.
.google.cloud.telcoautomation.v1.NFDeployStatus nf_deploy_status = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
getParserForType()
public Parser<ResourceStatus> getParserForType ()
Overrides
getResourceNamespace()
public String getResourceNamespace ()
Namespace of the resource.
string resource_namespace = 2;
Returns Type Description String
The resourceNamespace.
getResourceNamespaceBytes()
public ByteString getResourceNamespaceBytes ()
Namespace of the resource.
string resource_namespace = 2;
Returns Type Description ByteString
The bytes for resourceNamespace.
getResourceType()
public ResourceType getResourceType ()
Output only. Resource type.
.google.cloud.telcoautomation.v1.ResourceType resource_type = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
getResourceTypeValue()
public 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.
getSerializedSize()
public int getSerializedSize ()
Returns Type Description int
Overrides
getStatus()
public 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 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 String getVersion ()
Version of the resource.
string version = 4;
Returns Type Description String
The version.
getVersionBytes()
public ByteString getVersionBytes ()
Version of the resource.
string version = 4;
Returns Type Description ByteString
The bytes for version.
hasNfDeployStatus()
public 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.
hashCode()
Returns Type Description int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public ResourceStatus . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ResourceStatus . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
toBuilder()
public ResourceStatus . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]