Send feedback
Class NFDeploySiteStatus (0.14.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.14.0 keyboard_arrow_down
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
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-21 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-21 UTC."],[],[]]