Class ListVpcFlowLogsConfigsResponse.Builder (1.50.0)

public static final class ListVpcFlowLogsConfigsResponse.Builder extends GeneratedMessageV3.Builder<ListVpcFlowLogsConfigsResponse.Builder> implements ListVpcFlowLogsConfigsResponseOrBuilder

Response for the ListVpcFlowLogsConfigs method.

Protobuf type google.cloud.networkmanagement.v1beta1.ListVpcFlowLogsConfigsResponse

Static Methods

getDescriptor()

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

Methods

addAllUnreachable(Iterable<String> values)

public ListVpcFlowLogsConfigsResponse.Builder addAllUnreachable(Iterable<String> values)

Locations that could not be reached (when querying all locations with -).

repeated string unreachable = 3;

Parameter
Name Description
values Iterable<String>

The unreachable to add.

Returns
Type Description
ListVpcFlowLogsConfigsResponse.Builder

This builder for chaining.

addAllVpcFlowLogsConfigs(Iterable<? extends VpcFlowLogsConfig> values)

public ListVpcFlowLogsConfigsResponse.Builder addAllVpcFlowLogsConfigs(Iterable<? extends VpcFlowLogsConfig> values)

List of VPC Flow Log configurations.

repeated .google.cloud.networkmanagement.v1beta1.VpcFlowLogsConfig vpc_flow_logs_configs = 1;

Parameter
Name Description
values Iterable<? extends com.google.cloud.networkmanagement.v1beta1.VpcFlowLogsConfig>
Returns
Type Description
ListVpcFlowLogsConfigsResponse.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

addUnreachable(String value)

public ListVpcFlowLogsConfigsResponse.Builder addUnreachable(String value)

Locations that could not be reached (when querying all locations with -).

repeated string unreachable = 3;

Parameter
Name Description
value String

The unreachable to add.

Returns
Type Description
ListVpcFlowLogsConfigsResponse.Builder

This builder for chaining.

addUnreachableBytes(ByteString value)

public ListVpcFlowLogsConfigsResponse.Builder addUnreachableBytes(ByteString value)

Locations that could not be reached (when querying all locations with -).

repeated string unreachable = 3;

Parameter
Name Description
value ByteString

The bytes of the unreachable to add.

Returns
Type Description
ListVpcFlowLogsConfigsResponse.Builder

This builder for chaining.

addVpcFlowLogsConfigs(VpcFlowLogsConfig value)

public ListVpcFlowLogsConfigsResponse.Builder addVpcFlowLogsConfigs(VpcFlowLogsConfig value)

List of VPC Flow Log configurations.

repeated .google.cloud.networkmanagement.v1beta1.VpcFlowLogsConfig vpc_flow_logs_configs = 1;

Parameter
Name Description
value VpcFlowLogsConfig
Returns
Type Description
ListVpcFlowLogsConfigsResponse.Builder

addVpcFlowLogsConfigs(VpcFlowLogsConfig.Builder builderForValue)

public ListVpcFlowLogsConfigsResponse.Builder addVpcFlowLogsConfigs(VpcFlowLogsConfig.Builder builderForValue)

List of VPC Flow Log configurations.

repeated .google.cloud.networkmanagement.v1beta1.VpcFlowLogsConfig vpc_flow_logs_configs = 1;

Parameter
Name Description
builderForValue VpcFlowLogsConfig.Builder
Returns
Type Description
ListVpcFlowLogsConfigsResponse.Builder

addVpcFlowLogsConfigs(int index, VpcFlowLogsConfig value)

public ListVpcFlowLogsConfigsResponse.Builder addVpcFlowLogsConfigs(int index, VpcFlowLogsConfig value)

List of VPC Flow Log configurations.

repeated .google.cloud.networkmanagement.v1beta1.VpcFlowLogsConfig vpc_flow_logs_configs = 1;

Parameters
Name Description
index int
value VpcFlowLogsConfig
Returns
Type Description
ListVpcFlowLogsConfigsResponse.Builder

addVpcFlowLogsConfigs(int index, VpcFlowLogsConfig.Builder builderForValue)

public ListVpcFlowLogsConfigsResponse.Builder addVpcFlowLogsConfigs(int index, VpcFlowLogsConfig.Builder builderForValue)

List of VPC Flow Log configurations.

repeated .google.cloud.networkmanagement.v1beta1.VpcFlowLogsConfig vpc_flow_logs_configs = 1;

Parameters
Name Description
index int
builderForValue VpcFlowLogsConfig.Builder
Returns
Type Description
ListVpcFlowLogsConfigsResponse.Builder

addVpcFlowLogsConfigsBuilder()

public VpcFlowLogsConfig.Builder addVpcFlowLogsConfigsBuilder()

List of VPC Flow Log configurations.

repeated .google.cloud.networkmanagement.v1beta1.VpcFlowLogsConfig vpc_flow_logs_configs = 1;

Returns
Type Description
VpcFlowLogsConfig.Builder

addVpcFlowLogsConfigsBuilder(int index)

public VpcFlowLogsConfig.Builder addVpcFlowLogsConfigsBuilder(int index)

List of VPC Flow Log configurations.

repeated .google.cloud.networkmanagement.v1beta1.VpcFlowLogsConfig vpc_flow_logs_configs = 1;

Parameter
Name Description
index int
Returns
Type Description
VpcFlowLogsConfig.Builder

build()

public ListVpcFlowLogsConfigsResponse build()
Returns
Type Description
ListVpcFlowLogsConfigsResponse

buildPartial()

public ListVpcFlowLogsConfigsResponse buildPartial()
Returns
Type Description
ListVpcFlowLogsConfigsResponse

clear()

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

clearField(Descriptors.FieldDescriptor field)

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

clearNextPageToken()

public ListVpcFlowLogsConfigsResponse.Builder clearNextPageToken()

Page token to fetch the next set of configurations.

string next_page_token = 2;

Returns
Type Description
ListVpcFlowLogsConfigsResponse.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearUnreachable()

public ListVpcFlowLogsConfigsResponse.Builder clearUnreachable()

Locations that could not be reached (when querying all locations with -).

repeated string unreachable = 3;

Returns
Type Description
ListVpcFlowLogsConfigsResponse.Builder

This builder for chaining.

clearVpcFlowLogsConfigs()

public ListVpcFlowLogsConfigsResponse.Builder clearVpcFlowLogsConfigs()

List of VPC Flow Log configurations.

repeated .google.cloud.networkmanagement.v1beta1.VpcFlowLogsConfig vpc_flow_logs_configs = 1;

Returns
Type Description
ListVpcFlowLogsConfigsResponse.Builder

clone()

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

getDefaultInstanceForType()

public ListVpcFlowLogsConfigsResponse getDefaultInstanceForType()
Returns
Type Description
ListVpcFlowLogsConfigsResponse

getDescriptorForType()

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

getNextPageToken()

public String getNextPageToken()

Page token to fetch the next set of configurations.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

Page token to fetch the next set of configurations.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.

getUnreachable(int index)

public String getUnreachable(int index)

Locations that could not be reached (when querying all locations with -).

repeated string unreachable = 3;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The unreachable at the given index.

getUnreachableBytes(int index)

public ByteString getUnreachableBytes(int index)

Locations that could not be reached (when querying all locations with -).

repeated string unreachable = 3;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the unreachable at the given index.

getUnreachableCount()

public int getUnreachableCount()

Locations that could not be reached (when querying all locations with -).

repeated string unreachable = 3;

Returns
Type Description
int

The count of unreachable.

getUnreachableList()

public ProtocolStringList getUnreachableList()

Locations that could not be reached (when querying all locations with -).

repeated string unreachable = 3;

Returns
Type Description
ProtocolStringList

A list containing the unreachable.

getVpcFlowLogsConfigs(int index)

public VpcFlowLogsConfig getVpcFlowLogsConfigs(int index)

List of VPC Flow Log configurations.

repeated .google.cloud.networkmanagement.v1beta1.VpcFlowLogsConfig vpc_flow_logs_configs = 1;

Parameter
Name Description
index int
Returns
Type Description
VpcFlowLogsConfig

getVpcFlowLogsConfigsBuilder(int index)

public VpcFlowLogsConfig.Builder getVpcFlowLogsConfigsBuilder(int index)

List of VPC Flow Log configurations.

repeated .google.cloud.networkmanagement.v1beta1.VpcFlowLogsConfig vpc_flow_logs_configs = 1;

Parameter
Name Description
index int
Returns
Type Description
VpcFlowLogsConfig.Builder

getVpcFlowLogsConfigsBuilderList()

public List<VpcFlowLogsConfig.Builder> getVpcFlowLogsConfigsBuilderList()

List of VPC Flow Log configurations.

repeated .google.cloud.networkmanagement.v1beta1.VpcFlowLogsConfig vpc_flow_logs_configs = 1;

Returns
Type Description
List<Builder>

getVpcFlowLogsConfigsCount()

public int getVpcFlowLogsConfigsCount()

List of VPC Flow Log configurations.

repeated .google.cloud.networkmanagement.v1beta1.VpcFlowLogsConfig vpc_flow_logs_configs = 1;

Returns
Type Description
int

getVpcFlowLogsConfigsList()

public List<VpcFlowLogsConfig> getVpcFlowLogsConfigsList()

List of VPC Flow Log configurations.

repeated .google.cloud.networkmanagement.v1beta1.VpcFlowLogsConfig vpc_flow_logs_configs = 1;

Returns
Type Description
List<VpcFlowLogsConfig>

getVpcFlowLogsConfigsOrBuilder(int index)

public VpcFlowLogsConfigOrBuilder getVpcFlowLogsConfigsOrBuilder(int index)

List of VPC Flow Log configurations.

repeated .google.cloud.networkmanagement.v1beta1.VpcFlowLogsConfig vpc_flow_logs_configs = 1;

Parameter
Name Description
index int
Returns
Type Description
VpcFlowLogsConfigOrBuilder

getVpcFlowLogsConfigsOrBuilderList()

public List<? extends VpcFlowLogsConfigOrBuilder> getVpcFlowLogsConfigsOrBuilderList()

List of VPC Flow Log configurations.

repeated .google.cloud.networkmanagement.v1beta1.VpcFlowLogsConfig vpc_flow_logs_configs = 1;

Returns
Type Description
List<? extends com.google.cloud.networkmanagement.v1beta1.VpcFlowLogsConfigOrBuilder>

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ListVpcFlowLogsConfigsResponse other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

removeVpcFlowLogsConfigs(int index)

public ListVpcFlowLogsConfigsResponse.Builder removeVpcFlowLogsConfigs(int index)

List of VPC Flow Log configurations.

repeated .google.cloud.networkmanagement.v1beta1.VpcFlowLogsConfig vpc_flow_logs_configs = 1;

Parameter
Name Description
index int
Returns
Type Description
ListVpcFlowLogsConfigsResponse.Builder

setField(Descriptors.FieldDescriptor field, Object value)

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

setNextPageToken(String value)

public ListVpcFlowLogsConfigsResponse.Builder setNextPageToken(String value)

Page token to fetch the next set of configurations.

string next_page_token = 2;

Parameter
Name Description
value String

The nextPageToken to set.

Returns
Type Description
ListVpcFlowLogsConfigsResponse.Builder

This builder for chaining.

setNextPageTokenBytes(ByteString value)

public ListVpcFlowLogsConfigsResponse.Builder setNextPageTokenBytes(ByteString value)

Page token to fetch the next set of configurations.

string next_page_token = 2;

Parameter
Name Description
value ByteString

The bytes for nextPageToken to set.

Returns
Type Description
ListVpcFlowLogsConfigsResponse.Builder

This builder for chaining.

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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

setUnreachable(int index, String value)

public ListVpcFlowLogsConfigsResponse.Builder setUnreachable(int index, String value)

Locations that could not be reached (when querying all locations with -).

repeated string unreachable = 3;

Parameters
Name Description
index int

The index to set the value at.

value String

The unreachable to set.

Returns
Type Description
ListVpcFlowLogsConfigsResponse.Builder

This builder for chaining.

setVpcFlowLogsConfigs(int index, VpcFlowLogsConfig value)

public ListVpcFlowLogsConfigsResponse.Builder setVpcFlowLogsConfigs(int index, VpcFlowLogsConfig value)

List of VPC Flow Log configurations.

repeated .google.cloud.networkmanagement.v1beta1.VpcFlowLogsConfig vpc_flow_logs_configs = 1;

Parameters
Name Description
index int
value VpcFlowLogsConfig
Returns
Type Description
ListVpcFlowLogsConfigsResponse.Builder

setVpcFlowLogsConfigs(int index, VpcFlowLogsConfig.Builder builderForValue)

public ListVpcFlowLogsConfigsResponse.Builder setVpcFlowLogsConfigs(int index, VpcFlowLogsConfig.Builder builderForValue)

List of VPC Flow Log configurations.

repeated .google.cloud.networkmanagement.v1beta1.VpcFlowLogsConfig vpc_flow_logs_configs = 1;

Parameters
Name Description
index int
builderForValue VpcFlowLogsConfig.Builder
Returns
Type Description
ListVpcFlowLogsConfigsResponse.Builder