public final class NFDeploySiteStatus extends GeneratedMessageV3 implements NFDeploySiteStatusOrBuilder
Per-Site Status.
Protobuf type google.cloud.telcoautomation.v1alpha1.NFDeploySiteStatus
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
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()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static NFDeploySiteStatus.Builder newBuilder()
newBuilder(NFDeploySiteStatus prototype)
public static NFDeploySiteStatus.Builder newBuilder(NFDeploySiteStatus prototype)
public static NFDeploySiteStatus parseDelimitedFrom(InputStream input)
public static NFDeploySiteStatus parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static NFDeploySiteStatus parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static NFDeploySiteStatus parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static NFDeploySiteStatus parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static NFDeploySiteStatus parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static NFDeploySiteStatus parseFrom(CodedInputStream input)
public static NFDeploySiteStatus parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static NFDeploySiteStatus parseFrom(InputStream input)
public static NFDeploySiteStatus parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static NFDeploySiteStatus parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static NFDeploySiteStatus parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<NFDeploySiteStatus> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public NFDeploySiteStatus getDefaultInstanceForType()
getHydration()
public HydrationStatus getHydration()
Output only. Hydration status.
.google.cloud.telcoautomation.v1alpha1.HydrationStatus hydration = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
getHydrationOrBuilder()
public HydrationStatusOrBuilder getHydrationOrBuilder()
Output only. Hydration status.
.google.cloud.telcoautomation.v1alpha1.HydrationStatus hydration = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
getParserForType()
public Parser<NFDeploySiteStatus> getParserForType()
Overrides
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 |
|
Overrides
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.v1alpha1.WorkloadStatus workload = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
getWorkloadOrBuilder()
public WorkloadStatusOrBuilder getWorkloadOrBuilder()
Output only. Workload status.
.google.cloud.telcoautomation.v1alpha1.WorkloadStatus workload = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasHydration()
public boolean hasHydration()
Output only. Hydration status.
.google.cloud.telcoautomation.v1alpha1.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.v1alpha1.WorkloadStatus workload = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
boolean |
Whether the workload field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public NFDeploySiteStatus.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected NFDeploySiteStatus.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public NFDeploySiteStatus.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides