public final class NFDeploySiteStatus extends GeneratedMessageV3 implements NFDeploySiteStatusOrBuilder
Per-Site Status.
Protobuf type google.cloud.telcoautomation.v1.NFDeploySiteStatus
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > NFDeploySiteStatusImplements
NFDeploySiteStatusOrBuilderStatic Fields
HYDRATION_FIELD_NUMBER
public static final int HYDRATION_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
PENDING_DELETION_FIELD_NUMBER
public static final int PENDING_DELETION_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
SITE_FIELD_NUMBER
public static final int SITE_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
WORKLOAD_FIELD_NUMBER
public static final int WORKLOAD_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static NFDeploySiteStatus getDefaultInstance()
Returns | |
---|---|
Type | Description |
NFDeploySiteStatus |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static NFDeploySiteStatus.Builder newBuilder()
Returns | |
---|---|
Type | Description |
NFDeploySiteStatus.Builder |
newBuilder(NFDeploySiteStatus prototype)
public static NFDeploySiteStatus.Builder newBuilder(NFDeploySiteStatus prototype)
Parameter | |
---|---|
Name | Description |
prototype |
NFDeploySiteStatus |
Returns | |
---|---|
Type | Description |
NFDeploySiteStatus.Builder |
parseDelimitedFrom(InputStream input)
public static NFDeploySiteStatus parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
NFDeploySiteStatus |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static NFDeploySiteStatus parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
NFDeploySiteStatus |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static NFDeploySiteStatus parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
NFDeploySiteStatus |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static NFDeploySiteStatus parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
NFDeploySiteStatus |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static NFDeploySiteStatus parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
NFDeploySiteStatus |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static NFDeploySiteStatus parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
NFDeploySiteStatus |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static NFDeploySiteStatus parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
NFDeploySiteStatus |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static NFDeploySiteStatus parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
NFDeploySiteStatus |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static NFDeploySiteStatus parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
NFDeploySiteStatus |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static NFDeploySiteStatus parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
NFDeploySiteStatus |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static NFDeploySiteStatus parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
NFDeploySiteStatus |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static NFDeploySiteStatus parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
NFDeploySiteStatus |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<NFDeploySiteStatus> parser()
Returns | |
---|---|
Type | Description |
Parser<NFDeploySiteStatus> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getDefaultInstanceForType()
public NFDeploySiteStatus getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
NFDeploySiteStatus |
getHydration()
public HydrationStatus getHydration()
Output only. Hydration status.
.google.cloud.telcoautomation.v1.HydrationStatus hydration = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
HydrationStatus |
The hydration. |
getHydrationOrBuilder()
public HydrationStatusOrBuilder getHydrationOrBuilder()
Output only. Hydration status.
.google.cloud.telcoautomation.v1.HydrationStatus hydration = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
HydrationStatusOrBuilder |
getParserForType()
public Parser<NFDeploySiteStatus> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<NFDeploySiteStatus> |
getPendingDeletion()
public boolean getPendingDeletion()
Output only. If true, the Site Deletion is in progress.
bool pending_deletion = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
The pendingDeletion. |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
getSite()
public String getSite()
Output only. Site id.
string site = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The site. |
getSiteBytes()
public ByteString getSiteBytes()
Output only. Site id.
string site = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for site. |
getWorkload()
public WorkloadStatus getWorkload()
Output only. Workload status.
.google.cloud.telcoautomation.v1.WorkloadStatus workload = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
WorkloadStatus |
The workload. |
getWorkloadOrBuilder()
public WorkloadStatusOrBuilder getWorkloadOrBuilder()
Output only. Workload status.
.google.cloud.telcoautomation.v1.WorkloadStatus workload = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
WorkloadStatusOrBuilder |
hasHydration()
public boolean hasHydration()
Output only. Hydration status.
.google.cloud.telcoautomation.v1.HydrationStatus hydration = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the hydration field is set. |
hasWorkload()
public boolean hasWorkload()
Output only. Workload status.
.google.cloud.telcoautomation.v1.WorkloadStatus workload = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the workload field is set. |
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 NFDeploySiteStatus.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
NFDeploySiteStatus.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected NFDeploySiteStatus.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
NFDeploySiteStatus.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public NFDeploySiteStatus.Builder toBuilder()
Returns | |
---|---|
Type | Description |
NFDeploySiteStatus.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |