public static final class GetSubnetworkRequest.Builder extends GeneratedMessage.Builder<GetSubnetworkRequest.Builder> implements GetSubnetworkRequestOrBuilderA request message for Subnetworks.Get. See the method description for details.
Protobuf type google.cloud.compute.v1.GetSubnetworkRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > GetSubnetworkRequest.BuilderImplements
GetSubnetworkRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public GetSubnetworkRequest build()| Returns | |
|---|---|
| Type | Description |
GetSubnetworkRequest |
|
buildPartial()
public GetSubnetworkRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
GetSubnetworkRequest |
|
clear()
public GetSubnetworkRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
GetSubnetworkRequest.Builder |
|
clearProject()
public GetSubnetworkRequest.Builder clearProject()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GetSubnetworkRequest.Builder |
This builder for chaining. |
clearRegion()
public GetSubnetworkRequest.Builder clearRegion()Name of the region scoping this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GetSubnetworkRequest.Builder |
This builder for chaining. |
clearSubnetwork()
public GetSubnetworkRequest.Builder clearSubnetwork()Name of the Subnetwork resource to return.
string subnetwork = 307827694 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GetSubnetworkRequest.Builder |
This builder for chaining. |
clearViews()
public GetSubnetworkRequest.Builder clearViews()Defines the extra views returned back in the subnetwork resource. Supported values:
- WITH_UTILIZATION: Utilization data is included in the response. Check the Views enum for the list of possible values.
optional string views = 112204398;
| Returns | |
|---|---|
| Type | Description |
GetSubnetworkRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public GetSubnetworkRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
GetSubnetworkRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getProject()
public String getProject()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The project. |
getProjectBytes()
public ByteString getProjectBytes()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for project. |
getRegion()
public String getRegion()Name of the region scoping this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The region. |
getRegionBytes()
public ByteString getRegionBytes()Name of the region scoping this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for region. |
getSubnetwork()
public String getSubnetwork()Name of the Subnetwork resource to return.
string subnetwork = 307827694 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The subnetwork. |
getSubnetworkBytes()
public ByteString getSubnetworkBytes()Name of the Subnetwork resource to return.
string subnetwork = 307827694 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for subnetwork. |
getViews()
public String getViews()Defines the extra views returned back in the subnetwork resource. Supported values:
- WITH_UTILIZATION: Utilization data is included in the response. Check the Views enum for the list of possible values.
optional string views = 112204398;
| Returns | |
|---|---|
| Type | Description |
String |
The views. |
getViewsBytes()
public ByteString getViewsBytes()Defines the extra views returned back in the subnetwork resource. Supported values:
- WITH_UTILIZATION: Utilization data is included in the response. Check the Views enum for the list of possible values.
optional string views = 112204398;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for views. |
hasViews()
public boolean hasViews()Defines the extra views returned back in the subnetwork resource. Supported values:
- WITH_UTILIZATION: Utilization data is included in the response. Check the Views enum for the list of possible values.
optional string views = 112204398;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the views field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(GetSubnetworkRequest other)
public GetSubnetworkRequest.Builder mergeFrom(GetSubnetworkRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetSubnetworkRequest |
| Returns | |
|---|---|
| Type | Description |
GetSubnetworkRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetSubnetworkRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GetSubnetworkRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public GetSubnetworkRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
GetSubnetworkRequest.Builder |
|
setProject(String value)
public GetSubnetworkRequest.Builder setProject(String value)Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe project to set. |
| Returns | |
|---|---|
| Type | Description |
GetSubnetworkRequest.Builder |
This builder for chaining. |
setProjectBytes(ByteString value)
public GetSubnetworkRequest.Builder setProjectBytes(ByteString value)Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for project to set. |
| Returns | |
|---|---|
| Type | Description |
GetSubnetworkRequest.Builder |
This builder for chaining. |
setRegion(String value)
public GetSubnetworkRequest.Builder setRegion(String value)Name of the region scoping this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe region to set. |
| Returns | |
|---|---|
| Type | Description |
GetSubnetworkRequest.Builder |
This builder for chaining. |
setRegionBytes(ByteString value)
public GetSubnetworkRequest.Builder setRegionBytes(ByteString value)Name of the region scoping this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for region to set. |
| Returns | |
|---|---|
| Type | Description |
GetSubnetworkRequest.Builder |
This builder for chaining. |
setSubnetwork(String value)
public GetSubnetworkRequest.Builder setSubnetwork(String value)Name of the Subnetwork resource to return.
string subnetwork = 307827694 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe subnetwork to set. |
| Returns | |
|---|---|
| Type | Description |
GetSubnetworkRequest.Builder |
This builder for chaining. |
setSubnetworkBytes(ByteString value)
public GetSubnetworkRequest.Builder setSubnetworkBytes(ByteString value)Name of the Subnetwork resource to return.
string subnetwork = 307827694 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for subnetwork to set. |
| Returns | |
|---|---|
| Type | Description |
GetSubnetworkRequest.Builder |
This builder for chaining. |
setViews(String value)
public GetSubnetworkRequest.Builder setViews(String value)Defines the extra views returned back in the subnetwork resource. Supported values:
- WITH_UTILIZATION: Utilization data is included in the response. Check the Views enum for the list of possible values.
optional string views = 112204398;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe views to set. |
| Returns | |
|---|---|
| Type | Description |
GetSubnetworkRequest.Builder |
This builder for chaining. |
setViewsBytes(ByteString value)
public GetSubnetworkRequest.Builder setViewsBytes(ByteString value)Defines the extra views returned back in the subnetwork resource. Supported values:
- WITH_UTILIZATION: Utilization data is included in the response. Check the Views enum for the list of possible values.
optional string views = 112204398;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for views to set. |
| Returns | |
|---|---|
| Type | Description |
GetSubnetworkRequest.Builder |
This builder for chaining. |