public static final class GetVmwareEngineNetworkRequest.Builder extends GeneratedMessageV3.Builder<GetVmwareEngineNetworkRequest.Builder> implements GetVmwareEngineNetworkRequestOrBuilder
Request message for VmwareEngine.GetVmwareEngineNetwork
Protobuf type google.cloud.vmwareengine.v1.GetVmwareEngineNetworkRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > GetVmwareEngineNetworkRequest.BuilderImplements
GetVmwareEngineNetworkRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public GetVmwareEngineNetworkRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
GetVmwareEngineNetworkRequest.Builder |
build()
public GetVmwareEngineNetworkRequest build()
Returns | |
---|---|
Type | Description |
GetVmwareEngineNetworkRequest |
buildPartial()
public GetVmwareEngineNetworkRequest buildPartial()
Returns | |
---|---|
Type | Description |
GetVmwareEngineNetworkRequest |
clear()
public GetVmwareEngineNetworkRequest.Builder clear()
Returns | |
---|---|
Type | Description |
GetVmwareEngineNetworkRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public GetVmwareEngineNetworkRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
GetVmwareEngineNetworkRequest.Builder |
clearName()
public GetVmwareEngineNetworkRequest.Builder clearName()
Required. The resource name of the VMware Engine network to retrieve.
Resource names are schemeless URIs that follow the conventions in
https://cloud.google.com/apis/design/resource_names.
For example:
projects/my-project/locations/global/vmwareEngineNetworks/my-network
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
GetVmwareEngineNetworkRequest.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public GetVmwareEngineNetworkRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
GetVmwareEngineNetworkRequest.Builder |
clone()
public GetVmwareEngineNetworkRequest.Builder clone()
Returns | |
---|---|
Type | Description |
GetVmwareEngineNetworkRequest.Builder |
getDefaultInstanceForType()
public GetVmwareEngineNetworkRequest getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
GetVmwareEngineNetworkRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getName()
public String getName()
Required. The resource name of the VMware Engine network to retrieve.
Resource names are schemeless URIs that follow the conventions in
https://cloud.google.com/apis/design/resource_names.
For example:
projects/my-project/locations/global/vmwareEngineNetworks/my-network
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String | The name. |
getNameBytes()
public ByteString getNameBytes()
Required. The resource name of the VMware Engine network to retrieve.
Resource names are schemeless URIs that follow the conventions in
https://cloud.google.com/apis/design/resource_names.
For example:
projects/my-project/locations/global/vmwareEngineNetworks/my-network
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString | The bytes for name. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(GetVmwareEngineNetworkRequest other)
public GetVmwareEngineNetworkRequest.Builder mergeFrom(GetVmwareEngineNetworkRequest other)
Parameter | |
---|---|
Name | Description |
other | GetVmwareEngineNetworkRequest |
Returns | |
---|---|
Type | Description |
GetVmwareEngineNetworkRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetVmwareEngineNetworkRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
GetVmwareEngineNetworkRequest.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public GetVmwareEngineNetworkRequest.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other | Message |
Returns | |
---|---|
Type | Description |
GetVmwareEngineNetworkRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final GetVmwareEngineNetworkRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
GetVmwareEngineNetworkRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public GetVmwareEngineNetworkRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
GetVmwareEngineNetworkRequest.Builder |
setName(String value)
public GetVmwareEngineNetworkRequest.Builder setName(String value)
Required. The resource name of the VMware Engine network to retrieve.
Resource names are schemeless URIs that follow the conventions in
https://cloud.google.com/apis/design/resource_names.
For example:
projects/my-project/locations/global/vmwareEngineNetworks/my-network
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter | |
---|---|
Name | Description |
value | String The name to set. |
Returns | |
---|---|
Type | Description |
GetVmwareEngineNetworkRequest.Builder | This builder for chaining. |
setNameBytes(ByteString value)
public GetVmwareEngineNetworkRequest.Builder setNameBytes(ByteString value)
Required. The resource name of the VMware Engine network to retrieve.
Resource names are schemeless URIs that follow the conventions in
https://cloud.google.com/apis/design/resource_names.
For example:
projects/my-project/locations/global/vmwareEngineNetworks/my-network
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for name to set. |
Returns | |
---|---|
Type | Description |
GetVmwareEngineNetworkRequest.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public GetVmwareEngineNetworkRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Returns | |
---|---|
Type | Description |
GetVmwareEngineNetworkRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final GetVmwareEngineNetworkRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
GetVmwareEngineNetworkRequest.Builder |