Class QueryOrgVpcFlowLogsConfigsResponse.Builder (1.69.0)

public static final class QueryOrgVpcFlowLogsConfigsResponse.Builder extends GeneratedMessageV3.Builder<QueryOrgVpcFlowLogsConfigsResponse.Builder> implements QueryOrgVpcFlowLogsConfigsResponseOrBuilder

Response for the QueryVpcFlowLogsConfigs method.

Protobuf type google.cloud.networkmanagement.v1beta1.QueryOrgVpcFlowLogsConfigsResponse

Static Methods

getDescriptor()

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

Methods

addAllUnreachable(Iterable<String> values)

public QueryOrgVpcFlowLogsConfigsResponse.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
QueryOrgVpcFlowLogsConfigsResponse.Builder

This builder for chaining.

addAllVpcFlowLogsConfigs(Iterable<? extends VpcFlowLogsConfig> values)

public QueryOrgVpcFlowLogsConfigsResponse.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
QueryOrgVpcFlowLogsConfigsResponse.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

addUnreachable(String value)

public QueryOrgVpcFlowLogsConfigsResponse.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
QueryOrgVpcFlowLogsConfigsResponse.Builder

This builder for chaining.

addUnreachableBytes(ByteString value)

public QueryOrgVpcFlowLogsConfigsResponse.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
QueryOrgVpcFlowLogsConfigsResponse.Builder

This builder for chaining.

addVpcFlowLogsConfigs(VpcFlowLogsConfig value)

public QueryOrgVpcFlowLogsConfigsResponse.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
QueryOrgVpcFlowLogsConfigsResponse.Builder

addVpcFlowLogsConfigs(VpcFlowLogsConfig.Builder builderForValue)

public QueryOrgVpcFlowLogsConfigsResponse.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
QueryOrgVpcFlowLogsConfigsResponse.Builder

addVpcFlowLogsConfigs(int index, VpcFlowLogsConfig value)

public QueryOrgVpcFlowLogsConfigsResponse.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
QueryOrgVpcFlowLogsConfigsResponse.Builder

addVpcFlowLogsConfigs(int index, VpcFlowLogsConfig.Builder builderForValue)

public QueryOrgVpcFlowLogsConfigsResponse.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
QueryOrgVpcFlowLogsConfigsResponse.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 QueryOrgVpcFlowLogsConfigsResponse build()
Returns
Type Description
QueryOrgVpcFlowLogsConfigsResponse

buildPartial()

public QueryOrgVpcFlowLogsConfigsResponse buildPartial()
Returns
Type Description
QueryOrgVpcFlowLogsConfigsResponse

clear()

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

clearField(Descriptors.FieldDescriptor field)

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

clearNextPageToken()

public QueryOrgVpcFlowLogsConfigsResponse.Builder clearNextPageToken()

Page token to fetch the next set of configurations.

string next_page_token = 2;

Returns
Type Description
QueryOrgVpcFlowLogsConfigsResponse.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearUnreachable()

public QueryOrgVpcFlowLogsConfigsResponse.Builder clearUnreachable()

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

repeated string unreachable = 3;

Returns
Type Description
QueryOrgVpcFlowLogsConfigsResponse.Builder

This builder for chaining.

clearVpcFlowLogsConfigs()

public QueryOrgVpcFlowLogsConfigsResponse.Builder clearVpcFlowLogsConfigs()

List of VPC Flow Log configurations.

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

Returns
Type Description
QueryOrgVpcFlowLogsConfigsResponse.Builder

clone()

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

getDefaultInstanceForType()

public QueryOrgVpcFlowLogsConfigsResponse getDefaultInstanceForType()
Returns
Type Description
QueryOrgVpcFlowLogsConfigsResponse

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(QueryOrgVpcFlowLogsConfigsResponse other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

removeVpcFlowLogsConfigs(int index)

public QueryOrgVpcFlowLogsConfigsResponse.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
QueryOrgVpcFlowLogsConfigsResponse.Builder

setField(Descriptors.FieldDescriptor field, Object value)

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

setNextPageToken(String value)

public QueryOrgVpcFlowLogsConfigsResponse.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
QueryOrgVpcFlowLogsConfigsResponse.Builder

This builder for chaining.

setNextPageTokenBytes(ByteString value)

public QueryOrgVpcFlowLogsConfigsResponse.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
QueryOrgVpcFlowLogsConfigsResponse.Builder

This builder for chaining.

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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

setUnreachable(int index, String value)

public QueryOrgVpcFlowLogsConfigsResponse.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
QueryOrgVpcFlowLogsConfigsResponse.Builder

This builder for chaining.

setVpcFlowLogsConfigs(int index, VpcFlowLogsConfig value)

public QueryOrgVpcFlowLogsConfigsResponse.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
QueryOrgVpcFlowLogsConfigsResponse.Builder

setVpcFlowLogsConfigs(int index, VpcFlowLogsConfig.Builder builderForValue)

public QueryOrgVpcFlowLogsConfigsResponse.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
QueryOrgVpcFlowLogsConfigsResponse.Builder