public static final class VpcConnectorInfo.Builder extends GeneratedMessage.Builder<VpcConnectorInfo.Builder> implements VpcConnectorInfoOrBuilderFor display only. Metadata associated with a VPC connector.
Protobuf type google.cloud.networkmanagement.v1.VpcConnectorInfo
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > VpcConnectorInfo.BuilderImplements
VpcConnectorInfoOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public VpcConnectorInfo build()| Returns | |
|---|---|
| Type | Description |
VpcConnectorInfo |
|
buildPartial()
public VpcConnectorInfo buildPartial()| Returns | |
|---|---|
| Type | Description |
VpcConnectorInfo |
|
clear()
public VpcConnectorInfo.Builder clear()| Returns | |
|---|---|
| Type | Description |
VpcConnectorInfo.Builder |
|
clearDisplayName()
public VpcConnectorInfo.Builder clearDisplayName()Name of a VPC connector.
string display_name = 1;
| Returns | |
|---|---|
| Type | Description |
VpcConnectorInfo.Builder |
This builder for chaining. |
clearLocation()
public VpcConnectorInfo.Builder clearLocation()Location in which the VPC connector is deployed.
string location = 3;
| Returns | |
|---|---|
| Type | Description |
VpcConnectorInfo.Builder |
This builder for chaining. |
clearUri()
public VpcConnectorInfo.Builder clearUri()URI of a VPC connector.
string uri = 2;
| Returns | |
|---|---|
| Type | Description |
VpcConnectorInfo.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public VpcConnectorInfo getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
VpcConnectorInfo |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getDisplayName()
public String getDisplayName()Name of a VPC connector.
string display_name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public ByteString getDisplayNameBytes()Name of a VPC connector.
string display_name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for displayName. |
getLocation()
public String getLocation()Location in which the VPC connector is deployed.
string location = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The location. |
getLocationBytes()
public ByteString getLocationBytes()Location in which the VPC connector is deployed.
string location = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for location. |
getUri()
public String getUri()URI of a VPC connector.
string uri = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The uri. |
getUriBytes()
public ByteString getUriBytes()URI of a VPC connector.
string uri = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for uri. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(VpcConnectorInfo other)
public VpcConnectorInfo.Builder mergeFrom(VpcConnectorInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
VpcConnectorInfo |
| Returns | |
|---|---|
| Type | Description |
VpcConnectorInfo.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public VpcConnectorInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
VpcConnectorInfo.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public VpcConnectorInfo.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
VpcConnectorInfo.Builder |
|
setDisplayName(String value)
public VpcConnectorInfo.Builder setDisplayName(String value)Name of a VPC connector.
string display_name = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe displayName to set. |
| Returns | |
|---|---|
| Type | Description |
VpcConnectorInfo.Builder |
This builder for chaining. |
setDisplayNameBytes(ByteString value)
public VpcConnectorInfo.Builder setDisplayNameBytes(ByteString value)Name of a VPC connector.
string display_name = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for displayName to set. |
| Returns | |
|---|---|
| Type | Description |
VpcConnectorInfo.Builder |
This builder for chaining. |
setLocation(String value)
public VpcConnectorInfo.Builder setLocation(String value)Location in which the VPC connector is deployed.
string location = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe location to set. |
| Returns | |
|---|---|
| Type | Description |
VpcConnectorInfo.Builder |
This builder for chaining. |
setLocationBytes(ByteString value)
public VpcConnectorInfo.Builder setLocationBytes(ByteString value)Location in which the VPC connector is deployed.
string location = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for location to set. |
| Returns | |
|---|---|
| Type | Description |
VpcConnectorInfo.Builder |
This builder for chaining. |
setUri(String value)
public VpcConnectorInfo.Builder setUri(String value)URI of a VPC connector.
string uri = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe uri to set. |
| Returns | |
|---|---|
| Type | Description |
VpcConnectorInfo.Builder |
This builder for chaining. |
setUriBytes(ByteString value)
public VpcConnectorInfo.Builder setUriBytes(ByteString value)URI of a VPC connector.
string uri = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for uri to set. |
| Returns | |
|---|---|
| Type | Description |
VpcConnectorInfo.Builder |
This builder for chaining. |