- 1.79.0 (latest)
 - 1.77.0
 - 1.76.0
 - 1.75.0
 - 1.74.0
 - 1.73.0
 - 1.71.0
 - 1.69.0
 - 1.68.0
 - 1.65.0
 - 1.64.0
 - 1.63.0
 - 1.61.0
 - 1.60.0
 - 1.59.0
 - 1.58.0
 - 1.57.0
 - 1.56.0
 - 1.55.0
 - 1.54.0
 - 1.53.0
 - 1.52.0
 - 1.50.0
 - 1.49.0
 - 1.48.0
 - 1.47.0
 - 1.46.0
 - 1.45.0
 - 1.44.0
 - 1.43.0
 - 1.42.0
 - 1.41.0
 - 1.40.0
 - 1.38.0
 - 1.37.0
 - 1.36.0
 - 1.35.0
 - 1.34.0
 - 1.33.0
 - 1.32.0
 - 1.31.0
 - 1.30.0
 - 1.29.0
 - 1.28.0
 - 1.25.0
 - 1.24.0
 - 1.23.0
 - 1.22.0
 - 1.21.0
 - 1.20.0
 - 1.19.0
 - 1.18.0
 - 1.17.0
 - 1.16.0
 - 1.15.0
 - 1.14.0
 - 1.13.0
 - 1.12.0
 - 1.10.0
 - 1.9.0
 - 1.8.0
 - 1.7.0
 - 1.6.0
 - 1.5.0
 - 1.1.10
 
public static final class VpcConnectorInfo.Builder extends GeneratedMessageV3.Builder<VpcConnectorInfo.Builder> implements VpcConnectorInfoOrBuilderFor display only. Metadata associated with a VPC connector.
 Protobuf type google.cloud.networkmanagement.v1beta1.VpcConnectorInfo
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > VpcConnectorInfo.BuilderImplements
VpcConnectorInfoOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description | 
Descriptor | 
        
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public VpcConnectorInfo.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Type | Description | 
VpcConnectorInfo.Builder | 
        
build()
public VpcConnectorInfo build()| Type | Description | 
VpcConnectorInfo | 
        
buildPartial()
public VpcConnectorInfo buildPartial()| Type | Description | 
VpcConnectorInfo | 
        
clear()
public VpcConnectorInfo.Builder clear()| Type | Description | 
VpcConnectorInfo.Builder | 
        
clearDisplayName()
public VpcConnectorInfo.Builder clearDisplayName()Name of a VPC connector.
 string display_name = 1;
| Type | Description | 
VpcConnectorInfo.Builder | 
        This builder for chaining.  | 
      
clearField(Descriptors.FieldDescriptor field)
public VpcConnectorInfo.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description | 
field | 
        FieldDescriptor | 
      
| Type | Description | 
VpcConnectorInfo.Builder | 
        
clearLocation()
public VpcConnectorInfo.Builder clearLocation()Location in which the VPC connector is deployed.
 string location = 3;
| Type | Description | 
VpcConnectorInfo.Builder | 
        This builder for chaining.  | 
      
clearOneof(Descriptors.OneofDescriptor oneof)
public VpcConnectorInfo.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description | 
oneof | 
        OneofDescriptor | 
      
| Type | Description | 
VpcConnectorInfo.Builder | 
        
clearUri()
public VpcConnectorInfo.Builder clearUri()URI of a VPC connector.
 string uri = 2;
| Type | Description | 
VpcConnectorInfo.Builder | 
        This builder for chaining.  | 
      
clone()
public VpcConnectorInfo.Builder clone()| Type | Description | 
VpcConnectorInfo.Builder | 
        
getDefaultInstanceForType()
public VpcConnectorInfo getDefaultInstanceForType()| Type | Description | 
VpcConnectorInfo | 
        
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description | 
Descriptor | 
        
getDisplayName()
public String getDisplayName()Name of a VPC connector.
 string display_name = 1;
| Type | Description | 
String | 
        The displayName.  | 
      
getDisplayNameBytes()
public ByteString getDisplayNameBytes()Name of a VPC connector.
 string display_name = 1;
| Type | Description | 
ByteString | 
        The bytes for displayName.  | 
      
getLocation()
public String getLocation()Location in which the VPC connector is deployed.
 string location = 3;
| Type | Description | 
String | 
        The location.  | 
      
getLocationBytes()
public ByteString getLocationBytes()Location in which the VPC connector is deployed.
 string location = 3;
| Type | Description | 
ByteString | 
        The bytes for location.  | 
      
getUri()
public String getUri()URI of a VPC connector.
 string uri = 2;
| Type | Description | 
String | 
        The uri.  | 
      
getUriBytes()
public ByteString getUriBytes()URI of a VPC connector.
 string uri = 2;
| Type | Description | 
ByteString | 
        The bytes for uri.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description | 
FieldAccessorTable | 
        
isInitialized()
public final boolean isInitialized()| Type | Description | 
boolean | 
        
mergeFrom(VpcConnectorInfo other)
public VpcConnectorInfo.Builder mergeFrom(VpcConnectorInfo other)| Name | Description | 
other | 
        VpcConnectorInfo | 
      
| Type | Description | 
VpcConnectorInfo.Builder | 
        
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public VpcConnectorInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description | 
input | 
        CodedInputStream | 
      
extensionRegistry | 
        ExtensionRegistryLite | 
      
| Type | Description | 
VpcConnectorInfo.Builder | 
        
| Type | Description | 
IOException | 
        
mergeFrom(Message other)
public VpcConnectorInfo.Builder mergeFrom(Message other)| Name | Description | 
other | 
        Message | 
      
| Type | Description | 
VpcConnectorInfo.Builder | 
        
mergeUnknownFields(UnknownFieldSet unknownFields)
public final VpcConnectorInfo.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Type | Description | 
VpcConnectorInfo.Builder | 
        
setDisplayName(String value)
public VpcConnectorInfo.Builder setDisplayName(String value)Name of a VPC connector.
 string display_name = 1;
| Name | Description | 
value | 
        StringThe displayName to set.  | 
      
| 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;
| Name | Description | 
value | 
        ByteStringThe bytes for displayName to set.  | 
      
| Type | Description | 
VpcConnectorInfo.Builder | 
        This builder for chaining.  | 
      
setField(Descriptors.FieldDescriptor field, Object value)
public VpcConnectorInfo.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Type | Description | 
VpcConnectorInfo.Builder | 
        
setLocation(String value)
public VpcConnectorInfo.Builder setLocation(String value)Location in which the VPC connector is deployed.
 string location = 3;
| Name | Description | 
value | 
        StringThe location to set.  | 
      
| 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;
| Name | Description | 
value | 
        ByteStringThe bytes for location to set.  | 
      
| Type | Description | 
VpcConnectorInfo.Builder | 
        This builder for chaining.  | 
      
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public VpcConnectorInfo.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description | 
field | 
        FieldDescriptor | 
      
index | 
        int | 
      
value | 
        Object | 
      
| Type | Description | 
VpcConnectorInfo.Builder | 
        
setUnknownFields(UnknownFieldSet unknownFields)
public final VpcConnectorInfo.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Type | Description | 
VpcConnectorInfo.Builder | 
        
setUri(String value)
public VpcConnectorInfo.Builder setUri(String value)URI of a VPC connector.
 string uri = 2;
| Name | Description | 
value | 
        StringThe uri to set.  | 
      
| 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;
| Name | Description | 
value | 
        ByteStringThe bytes for uri to set.  | 
      
| Type | Description | 
VpcConnectorInfo.Builder | 
        This builder for chaining.  |