Class GetVpcFlowLogsConfigRequest.Builder (1.50.0)

public static final class GetVpcFlowLogsConfigRequest.Builder extends GeneratedMessageV3.Builder<GetVpcFlowLogsConfigRequest.Builder> implements GetVpcFlowLogsConfigRequestOrBuilder

Request for the GetVpcFlowLogsConfig method.

Protobuf type google.cloud.networkmanagement.v1beta1.GetVpcFlowLogsConfigRequest

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public GetVpcFlowLogsConfigRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
GetVpcFlowLogsConfigRequest.Builder
Overrides

build()

public GetVpcFlowLogsConfigRequest build()
Returns
Type Description
GetVpcFlowLogsConfigRequest

buildPartial()

public GetVpcFlowLogsConfigRequest buildPartial()
Returns
Type Description
GetVpcFlowLogsConfigRequest

clear()

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

clearField(Descriptors.FieldDescriptor field)

public GetVpcFlowLogsConfigRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
GetVpcFlowLogsConfigRequest.Builder
Overrides

clearName()

public GetVpcFlowLogsConfigRequest.Builder clearName()

Required. VpcFlowLogsConfig resource name using the form: projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
GetVpcFlowLogsConfigRequest.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public GetVpcFlowLogsConfigRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
GetVpcFlowLogsConfigRequest.Builder
Overrides

clone()

public GetVpcFlowLogsConfigRequest.Builder clone()
Returns
Type Description
GetVpcFlowLogsConfigRequest.Builder
Overrides

getDefaultInstanceForType()

public GetVpcFlowLogsConfigRequest getDefaultInstanceForType()
Returns
Type Description
GetVpcFlowLogsConfigRequest

getDescriptorForType()

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

getName()

public String getName()

Required. VpcFlowLogsConfig resource name using the form: projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. VpcFlowLogsConfig resource name using the form: projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config}

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
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GetVpcFlowLogsConfigRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final GetVpcFlowLogsConfigRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
GetVpcFlowLogsConfigRequest.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public GetVpcFlowLogsConfigRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
GetVpcFlowLogsConfigRequest.Builder
Overrides

setName(String value)

public GetVpcFlowLogsConfigRequest.Builder setName(String value)

Required. VpcFlowLogsConfig resource name using the form: projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetVpcFlowLogsConfigRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetVpcFlowLogsConfigRequest.Builder setNameBytes(ByteString value)

Required. VpcFlowLogsConfig resource name using the form: projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config}

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
GetVpcFlowLogsConfigRequest.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public GetVpcFlowLogsConfigRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
GetVpcFlowLogsConfigRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final GetVpcFlowLogsConfigRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
GetVpcFlowLogsConfigRequest.Builder
Overrides