- 0.55.0 (latest)
- 0.53.0
- 0.52.0
- 0.50.0
- 0.48.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.40.0
- 0.38.0
- 0.37.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.0
public static final class NFDeployStatus.Builder extends GeneratedMessage.Builder<NFDeployStatus.Builder> implements NFDeployStatusOrBuilderDeployment status of NFDeploy.
Protobuf type google.cloud.telcoautomation.v1.NFDeployStatus
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > NFDeployStatus.BuilderImplements
NFDeployStatusOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllSites(Iterable<? extends NFDeploySiteStatus> values)
public NFDeployStatus.Builder addAllSites(Iterable<? extends NFDeploySiteStatus> values)Output only. Per-Site Status.
repeated .google.cloud.telcoautomation.v1.NFDeploySiteStatus sites = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.telcoautomation.v1.NFDeploySiteStatus> |
| Returns | |
|---|---|
| Type | Description |
NFDeployStatus.Builder |
|
addSites(NFDeploySiteStatus value)
public NFDeployStatus.Builder addSites(NFDeploySiteStatus value)Output only. Per-Site Status.
repeated .google.cloud.telcoautomation.v1.NFDeploySiteStatus sites = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
NFDeploySiteStatus |
| Returns | |
|---|---|
| Type | Description |
NFDeployStatus.Builder |
|
addSites(NFDeploySiteStatus.Builder builderForValue)
public NFDeployStatus.Builder addSites(NFDeploySiteStatus.Builder builderForValue)Output only. Per-Site Status.
repeated .google.cloud.telcoautomation.v1.NFDeploySiteStatus sites = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
NFDeploySiteStatus.Builder |
| Returns | |
|---|---|
| Type | Description |
NFDeployStatus.Builder |
|
addSites(int index, NFDeploySiteStatus value)
public NFDeployStatus.Builder addSites(int index, NFDeploySiteStatus value)Output only. Per-Site Status.
repeated .google.cloud.telcoautomation.v1.NFDeploySiteStatus sites = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
NFDeploySiteStatus |
| Returns | |
|---|---|
| Type | Description |
NFDeployStatus.Builder |
|
addSites(int index, NFDeploySiteStatus.Builder builderForValue)
public NFDeployStatus.Builder addSites(int index, NFDeploySiteStatus.Builder builderForValue)Output only. Per-Site Status.
repeated .google.cloud.telcoautomation.v1.NFDeploySiteStatus sites = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
NFDeploySiteStatus.Builder |
| Returns | |
|---|---|
| Type | Description |
NFDeployStatus.Builder |
|
addSitesBuilder()
public NFDeploySiteStatus.Builder addSitesBuilder()Output only. Per-Site Status.
repeated .google.cloud.telcoautomation.v1.NFDeploySiteStatus sites = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
NFDeploySiteStatus.Builder |
|
addSitesBuilder(int index)
public NFDeploySiteStatus.Builder addSitesBuilder(int index)Output only. Per-Site Status.
repeated .google.cloud.telcoautomation.v1.NFDeploySiteStatus sites = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
NFDeploySiteStatus.Builder |
|
build()
public NFDeployStatus build()| Returns | |
|---|---|
| Type | Description |
NFDeployStatus |
|
buildPartial()
public NFDeployStatus buildPartial()| Returns | |
|---|---|
| Type | Description |
NFDeployStatus |
|
clear()
public NFDeployStatus.Builder clear()| Returns | |
|---|---|
| Type | Description |
NFDeployStatus.Builder |
|
clearReadyNfs()
public NFDeployStatus.Builder clearReadyNfs()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 |
NFDeployStatus.Builder |
This builder for chaining. |
clearSites()
public NFDeployStatus.Builder clearSites()Output only. Per-Site Status.
repeated .google.cloud.telcoautomation.v1.NFDeploySiteStatus sites = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
NFDeployStatus.Builder |
|
clearTargetedNfs()
public NFDeployStatus.Builder clearTargetedNfs()Output only. Total number of NFs targeted by this deployment
int32 targeted_nfs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
NFDeployStatus.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public NFDeployStatus getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
NFDeployStatus |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
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. |
getSites(int index)
public NFDeploySiteStatus getSites(int index)Output only. Per-Site Status.
repeated .google.cloud.telcoautomation.v1.NFDeploySiteStatus sites = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
NFDeploySiteStatus |
|
getSitesBuilder(int index)
public NFDeploySiteStatus.Builder getSitesBuilder(int index)Output only. Per-Site Status.
repeated .google.cloud.telcoautomation.v1.NFDeploySiteStatus sites = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
NFDeploySiteStatus.Builder |
|
getSitesBuilderList()
public List<NFDeploySiteStatus.Builder> getSitesBuilderList()Output only. Per-Site Status.
repeated .google.cloud.telcoautomation.v1.NFDeploySiteStatus sites = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getSitesCount()
public int getSitesCount()Output only. Per-Site Status.
repeated .google.cloud.telcoautomation.v1.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.v1.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.v1.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.v1.NFDeploySiteStatus sites = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.telcoautomation.v1.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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(NFDeployStatus other)
public NFDeployStatus.Builder mergeFrom(NFDeployStatus other)| Parameter | |
|---|---|
| Name | Description |
other |
NFDeployStatus |
| Returns | |
|---|---|
| Type | Description |
NFDeployStatus.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public NFDeployStatus.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
NFDeployStatus.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public NFDeployStatus.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
NFDeployStatus.Builder |
|
removeSites(int index)
public NFDeployStatus.Builder removeSites(int index)Output only. Per-Site Status.
repeated .google.cloud.telcoautomation.v1.NFDeploySiteStatus sites = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
NFDeployStatus.Builder |
|
setReadyNfs(int value)
public NFDeployStatus.Builder setReadyNfs(int value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe readyNfs to set. |
| Returns | |
|---|---|
| Type | Description |
NFDeployStatus.Builder |
This builder for chaining. |
setSites(int index, NFDeploySiteStatus value)
public NFDeployStatus.Builder setSites(int index, NFDeploySiteStatus value)Output only. Per-Site Status.
repeated .google.cloud.telcoautomation.v1.NFDeploySiteStatus sites = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
NFDeploySiteStatus |
| Returns | |
|---|---|
| Type | Description |
NFDeployStatus.Builder |
|
setSites(int index, NFDeploySiteStatus.Builder builderForValue)
public NFDeployStatus.Builder setSites(int index, NFDeploySiteStatus.Builder builderForValue)Output only. Per-Site Status.
repeated .google.cloud.telcoautomation.v1.NFDeploySiteStatus sites = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
NFDeploySiteStatus.Builder |
| Returns | |
|---|---|
| Type | Description |
NFDeployStatus.Builder |
|
setTargetedNfs(int value)
public NFDeployStatus.Builder setTargetedNfs(int value)Output only. Total number of NFs targeted by this deployment
int32 targeted_nfs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe targetedNfs to set. |
| Returns | |
|---|---|
| Type | Description |
NFDeployStatus.Builder |
This builder for chaining. |