- 0.72.0 (latest)
 - 0.70.0
 - 0.69.0
 - 0.68.0
 - 0.67.0
 - 0.66.0
 - 0.64.0
 - 0.62.0
 - 0.61.0
 - 0.58.0
 - 0.57.0
 - 0.56.0
 - 0.54.0
 - 0.53.0
 - 0.52.0
 - 0.51.0
 - 0.50.0
 - 0.49.0
 - 0.48.0
 - 0.47.0
 - 0.46.0
 - 0.45.0
 - 0.43.0
 - 0.42.0
 - 0.41.0
 - 0.40.0
 - 0.39.0
 - 0.38.0
 - 0.37.0
 - 0.36.0
 - 0.35.0
 - 0.34.0
 - 0.33.0
 - 0.31.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.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.8.0
 - 0.7.0
 - 0.6.0
 - 0.5.0
 - 0.3.0
 - 0.2.0
 - 0.1.0
 
public static final class Vcenter.Builder extends GeneratedMessageV3.Builder<Vcenter.Builder> implements VcenterOrBuilderDetails about a vCenter Server management appliance.
 Protobuf type google.cloud.vmwareengine.v1.Vcenter
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Vcenter.BuilderImplements
VcenterOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Vcenter.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
Vcenter.Builder | 
        |
build()
public Vcenter build()| Returns | |
|---|---|
| Type | Description | 
Vcenter | 
        |
buildPartial()
public Vcenter buildPartial()| Returns | |
|---|---|
| Type | Description | 
Vcenter | 
        |
clear()
public Vcenter.Builder clear()| Returns | |
|---|---|
| Type | Description | 
Vcenter.Builder | 
        |
clearField(Descriptors.FieldDescriptor field)
public Vcenter.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
Vcenter.Builder | 
        |
clearFqdn()
public Vcenter.Builder clearFqdn()Fully qualified domain name of the appliance.
 string fqdn = 6;
| Returns | |
|---|---|
| Type | Description | 
Vcenter.Builder | 
        This builder for chaining.  | 
      
clearInternalIp()
public Vcenter.Builder clearInternalIp()Internal IP address of the appliance.
 string internal_ip = 2;
| Returns | |
|---|---|
| Type | Description | 
Vcenter.Builder | 
        This builder for chaining.  | 
      
clearOneof(Descriptors.OneofDescriptor oneof)
public Vcenter.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
oneof | 
        OneofDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
Vcenter.Builder | 
        |
clearState()
public Vcenter.Builder clearState()Output only. The state of the appliance.
 
 .google.cloud.vmwareengine.v1.Vcenter.State state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
Vcenter.Builder | 
        This builder for chaining.  | 
      
clearVersion()
public Vcenter.Builder clearVersion()Version of the appliance.
 string version = 4;
| Returns | |
|---|---|
| Type | Description | 
Vcenter.Builder | 
        This builder for chaining.  | 
      
clone()
public Vcenter.Builder clone()| Returns | |
|---|---|
| Type | Description | 
Vcenter.Builder | 
        |
getDefaultInstanceForType()
public Vcenter getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
Vcenter | 
        |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
getFqdn()
public String getFqdn()Fully qualified domain name of the appliance.
 string fqdn = 6;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The fqdn.  | 
      
getFqdnBytes()
public ByteString getFqdnBytes()Fully qualified domain name of the appliance.
 string fqdn = 6;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for fqdn.  | 
      
getInternalIp()
public String getInternalIp()Internal IP address of the appliance.
 string internal_ip = 2;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The internalIp.  | 
      
getInternalIpBytes()
public ByteString getInternalIpBytes()Internal IP address of the appliance.
 string internal_ip = 2;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for internalIp.  | 
      
getState()
public Vcenter.State getState()Output only. The state of the appliance.
 
 .google.cloud.vmwareengine.v1.Vcenter.State state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
Vcenter.State | 
        The state.  | 
      
getStateValue()
public int getStateValue()Output only. The state of the appliance.
 
 .google.cloud.vmwareengine.v1.Vcenter.State state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
int | 
        The enum numeric value on the wire for state.  | 
      
getVersion()
public String getVersion()Version of the appliance.
 string version = 4;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The version.  | 
      
getVersionBytes()
public ByteString getVersionBytes()Version of the appliance.
 string version = 4;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for version.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
FieldAccessorTable | 
        |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
boolean | 
        |
mergeFrom(Vcenter other)
public Vcenter.Builder mergeFrom(Vcenter other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        Vcenter | 
      
| Returns | |
|---|---|
| Type | Description | 
Vcenter.Builder | 
        |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Vcenter.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
input | 
        CodedInputStream | 
      
extensionRegistry | 
        ExtensionRegistryLite | 
      
| Returns | |
|---|---|
| Type | Description | 
Vcenter.Builder | 
        |
| Exceptions | |
|---|---|
| Type | Description | 
IOException | 
        |
mergeFrom(Message other)
public Vcenter.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        Message | 
      
| Returns | |
|---|---|
| Type | Description | 
Vcenter.Builder | 
        |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Vcenter.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
Vcenter.Builder | 
        |
setField(Descriptors.FieldDescriptor field, Object value)
public Vcenter.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
Vcenter.Builder | 
        |
setFqdn(String value)
public Vcenter.Builder setFqdn(String value)Fully qualified domain name of the appliance.
 string fqdn = 6;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe fqdn to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Vcenter.Builder | 
        This builder for chaining.  | 
      
setFqdnBytes(ByteString value)
public Vcenter.Builder setFqdnBytes(ByteString value)Fully qualified domain name of the appliance.
 string fqdn = 6;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for fqdn to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Vcenter.Builder | 
        This builder for chaining.  | 
      
setInternalIp(String value)
public Vcenter.Builder setInternalIp(String value)Internal IP address of the appliance.
 string internal_ip = 2;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe internalIp to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Vcenter.Builder | 
        This builder for chaining.  | 
      
setInternalIpBytes(ByteString value)
public Vcenter.Builder setInternalIpBytes(ByteString value)Internal IP address of the appliance.
 string internal_ip = 2;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for internalIp to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Vcenter.Builder | 
        This builder for chaining.  | 
      
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Vcenter.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
index | 
        int | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
Vcenter.Builder | 
        |
setState(Vcenter.State value)
public Vcenter.Builder setState(Vcenter.State value)Output only. The state of the appliance.
 
 .google.cloud.vmwareengine.v1.Vcenter.State state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        Vcenter.StateThe state to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Vcenter.Builder | 
        This builder for chaining.  | 
      
setStateValue(int value)
public Vcenter.Builder setStateValue(int value)Output only. The state of the appliance.
 
 .google.cloud.vmwareengine.v1.Vcenter.State state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        intThe enum numeric value on the wire for state to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Vcenter.Builder | 
        This builder for chaining.  | 
      
setUnknownFields(UnknownFieldSet unknownFields)
public final Vcenter.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
Vcenter.Builder | 
        |
setVersion(String value)
public Vcenter.Builder setVersion(String value)Version of the appliance.
 string version = 4;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe version to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Vcenter.Builder | 
        This builder for chaining.  | 
      
setVersionBytes(ByteString value)
public Vcenter.Builder setVersionBytes(ByteString value)Version of the appliance.
 string version = 4;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for version to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Vcenter.Builder | 
        This builder for chaining.  |