Class GetNetworkRequest.Builder (1.93.0)

public static final class GetNetworkRequest.Builder extends GeneratedMessage.Builder<GetNetworkRequest.Builder> implements GetNetworkRequestOrBuilder

A request message for Networks.Get. See the method description for details.

Protobuf type google.cloud.compute.v1.GetNetworkRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public GetNetworkRequest build()
Returns
Type Description
GetNetworkRequest

buildPartial()

public GetNetworkRequest buildPartial()
Returns
Type Description
GetNetworkRequest

clear()

public GetNetworkRequest.Builder clear()
Returns
Type Description
GetNetworkRequest.Builder
Overrides

clearNetwork()

public GetNetworkRequest.Builder clearNetwork()

Name of the network to return.

string network = 232872494 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
GetNetworkRequest.Builder

This builder for chaining.

clearProject()

public GetNetworkRequest.Builder clearProject()

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
GetNetworkRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetNetworkRequest getDefaultInstanceForType()
Returns
Type Description
GetNetworkRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getNetwork()

public String getNetwork()

Name of the network to return.

string network = 232872494 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The network.

getNetworkBytes()

public ByteString getNetworkBytes()

Name of the network to return.

string network = 232872494 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for network.

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.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GetNetworkRequest other)

public GetNetworkRequest.Builder mergeFrom(GetNetworkRequest other)
Parameter
Name Description
other GetNetworkRequest
Returns
Type Description
GetNetworkRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public GetNetworkRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GetNetworkRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public GetNetworkRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
GetNetworkRequest.Builder
Overrides

setNetwork(String value)

public GetNetworkRequest.Builder setNetwork(String value)

Name of the network to return.

string network = 232872494 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The network to set.

Returns
Type Description
GetNetworkRequest.Builder

This builder for chaining.

setNetworkBytes(ByteString value)

public GetNetworkRequest.Builder setNetworkBytes(ByteString value)

Name of the network to return.

string network = 232872494 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for network to set.

Returns
Type Description
GetNetworkRequest.Builder

This builder for chaining.

setProject(String value)

public GetNetworkRequest.Builder setProject(String value)

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The project to set.

Returns
Type Description
GetNetworkRequest.Builder

This builder for chaining.

setProjectBytes(ByteString value)

public GetNetworkRequest.Builder setProjectBytes(ByteString value)

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for project to set.

Returns
Type Description
GetNetworkRequest.Builder

This builder for chaining.