public final class NFDeployStatus extends GeneratedMessageV3 implements NFDeployStatusOrBuilder
Deployment status of NFDeploy.
Protobuf type google.cloud.telcoautomation.v1alpha1.NFDeployStatus
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > NFDeployStatusImplements
NFDeployStatusOrBuilderStatic Fields
READY_NFS_FIELD_NUMBER
public static final int READY_NFS_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
SITES_FIELD_NUMBER
public static final int SITES_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
TARGETED_NFS_FIELD_NUMBER
public static final int TARGETED_NFS_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static NFDeployStatus getDefaultInstance()
Returns | |
---|---|
Type | Description |
NFDeployStatus |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static NFDeployStatus.Builder newBuilder()
Returns | |
---|---|
Type | Description |
NFDeployStatus.Builder |
newBuilder(NFDeployStatus prototype)
public static NFDeployStatus.Builder newBuilder(NFDeployStatus prototype)
Parameter | |
---|---|
Name | Description |
prototype |
NFDeployStatus |
Returns | |
---|---|
Type | Description |
NFDeployStatus.Builder |
parseDelimitedFrom(InputStream input)
public static NFDeployStatus parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
NFDeployStatus |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static NFDeployStatus parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
NFDeployStatus |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static NFDeployStatus parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
NFDeployStatus |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static NFDeployStatus parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
NFDeployStatus |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static NFDeployStatus parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
NFDeployStatus |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static NFDeployStatus parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
NFDeployStatus |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static NFDeployStatus parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
NFDeployStatus |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static NFDeployStatus parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
NFDeployStatus |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static NFDeployStatus parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
NFDeployStatus |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static NFDeployStatus parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
NFDeployStatus |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static NFDeployStatus parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
NFDeployStatus |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static NFDeployStatus parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
NFDeployStatus |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<NFDeployStatus> parser()
Returns | |
---|---|
Type | Description |
Parser<NFDeployStatus> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getDefaultInstanceForType()
public NFDeployStatus getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
NFDeployStatus |
getParserForType()
public Parser<NFDeployStatus> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<NFDeployStatus> |
getReadyNfs()
public int getReadyNfs()
Output only. Total number of NFs targeted by this deployment with a Ready Condition set.
int32 ready_nfs = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
The readyNfs. |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
getSites(int index)
public NFDeploySiteStatus getSites(int index)
Output only. Per-Site Status.
repeated .google.cloud.telcoautomation.v1alpha1.NFDeploySiteStatus sites = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
NFDeploySiteStatus |
getSitesCount()
public int getSitesCount()
Output only. Per-Site Status.
repeated .google.cloud.telcoautomation.v1alpha1.NFDeploySiteStatus sites = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
getSitesList()
public List<NFDeploySiteStatus> getSitesList()
Output only. Per-Site Status.
repeated .google.cloud.telcoautomation.v1alpha1.NFDeploySiteStatus sites = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
List<NFDeploySiteStatus> |
getSitesOrBuilder(int index)
public NFDeploySiteStatusOrBuilder getSitesOrBuilder(int index)
Output only. Per-Site Status.
repeated .google.cloud.telcoautomation.v1alpha1.NFDeploySiteStatus sites = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
NFDeploySiteStatusOrBuilder |
getSitesOrBuilderList()
public List<? extends NFDeploySiteStatusOrBuilder> getSitesOrBuilderList()
Output only. Per-Site Status.
repeated .google.cloud.telcoautomation.v1alpha1.NFDeploySiteStatus sites = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.telcoautomation.v1alpha1.NFDeploySiteStatusOrBuilder> |
getTargetedNfs()
public int getTargetedNfs()
Output only. Total number of NFs targeted by this deployment
int32 targeted_nfs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
The targetedNfs. |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public NFDeployStatus.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
NFDeployStatus.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected NFDeployStatus.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
NFDeployStatus.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public NFDeployStatus.Builder toBuilder()
Returns | |
---|---|
Type | Description |
NFDeployStatus.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |