Class ListSourcesRequest.Builder (2.6.0)

public static final class ListSourcesRequest.Builder extends GeneratedMessageV3.Builder<ListSourcesRequest.Builder> implements ListSourcesRequestOrBuilder

Request message for listing sources.

Protobuf type google.cloud.securitycenter.v1p1beta1.ListSourcesRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ListSourcesRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ListSourcesRequest.Builder
Overrides

build()

public ListSourcesRequest build()
Returns
TypeDescription
ListSourcesRequest

buildPartial()

public ListSourcesRequest buildPartial()
Returns
TypeDescription
ListSourcesRequest

clear()

public ListSourcesRequest.Builder clear()
Returns
TypeDescription
ListSourcesRequest.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public ListSourcesRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
ListSourcesRequest.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public ListSourcesRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
ListSourcesRequest.Builder
Overrides

clearPageSize()

public ListSourcesRequest.Builder clearPageSize()

The maximum number of results to return in a single response. Default is 10, minimum is 1, maximum is 1000.

int32 page_size = 7;

Returns
TypeDescription
ListSourcesRequest.Builder

This builder for chaining.

clearPageToken()

public ListSourcesRequest.Builder clearPageToken()

The value returned by the last ListSourcesResponse; indicates that this is a continuation of a prior ListSources call, and that the system should return the next page of data.

string page_token = 2;

Returns
TypeDescription
ListSourcesRequest.Builder

This builder for chaining.

clearParent()

public ListSourcesRequest.Builder clearParent()

Required. Resource name of the parent of sources to list. Its format should be "organizations/[organization_id], folders/[folder_id], or projects/[project_id]".

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

Returns
TypeDescription
ListSourcesRequest.Builder

This builder for chaining.

clone()

public ListSourcesRequest.Builder clone()
Returns
TypeDescription
ListSourcesRequest.Builder
Overrides

getDefaultInstanceForType()

public ListSourcesRequest getDefaultInstanceForType()
Returns
TypeDescription
ListSourcesRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getPageSize()

public int getPageSize()

The maximum number of results to return in a single response. Default is 10, minimum is 1, maximum is 1000.

int32 page_size = 7;

Returns
TypeDescription
int

The pageSize.

getPageToken()

public String getPageToken()

The value returned by the last ListSourcesResponse; indicates that this is a continuation of a prior ListSources call, and that the system should return the next page of data.

string page_token = 2;

Returns
TypeDescription
String

The pageToken.

getPageTokenBytes()

public ByteString getPageTokenBytes()

The value returned by the last ListSourcesResponse; indicates that this is a continuation of a prior ListSources call, and that the system should return the next page of data.

string page_token = 2;

Returns
TypeDescription
ByteString

The bytes for pageToken.

getParent()

public String getParent()

Required. Resource name of the parent of sources to list. Its format should be "organizations/[organization_id], folders/[folder_id], or projects/[project_id]".

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

Returns
TypeDescription
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. Resource name of the parent of sources to list. Its format should be "organizations/[organization_id], folders/[folder_id], or projects/[project_id]".

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

Returns
TypeDescription
ByteString

The bytes for parent.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(ListSourcesRequest other)

public ListSourcesRequest.Builder mergeFrom(ListSourcesRequest other)
Parameter
NameDescription
otherListSourcesRequest
Returns
TypeDescription
ListSourcesRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ListSourcesRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListSourcesRequest.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public ListSourcesRequest.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
ListSourcesRequest.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ListSourcesRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ListSourcesRequest.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public ListSourcesRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ListSourcesRequest.Builder
Overrides

setPageSize(int value)

public ListSourcesRequest.Builder setPageSize(int value)

The maximum number of results to return in a single response. Default is 10, minimum is 1, maximum is 1000.

int32 page_size = 7;

Parameter
NameDescription
valueint

The pageSize to set.

Returns
TypeDescription
ListSourcesRequest.Builder

This builder for chaining.

setPageToken(String value)

public ListSourcesRequest.Builder setPageToken(String value)

The value returned by the last ListSourcesResponse; indicates that this is a continuation of a prior ListSources call, and that the system should return the next page of data.

string page_token = 2;

Parameter
NameDescription
valueString

The pageToken to set.

Returns
TypeDescription
ListSourcesRequest.Builder

This builder for chaining.

setPageTokenBytes(ByteString value)

public ListSourcesRequest.Builder setPageTokenBytes(ByteString value)

The value returned by the last ListSourcesResponse; indicates that this is a continuation of a prior ListSources call, and that the system should return the next page of data.

string page_token = 2;

Parameter
NameDescription
valueByteString

The bytes for pageToken to set.

Returns
TypeDescription
ListSourcesRequest.Builder

This builder for chaining.

setParent(String value)

public ListSourcesRequest.Builder setParent(String value)

Required. Resource name of the parent of sources to list. Its format should be "organizations/[organization_id], folders/[folder_id], or projects/[project_id]".

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

Parameter
NameDescription
valueString

The parent to set.

Returns
TypeDescription
ListSourcesRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public ListSourcesRequest.Builder setParentBytes(ByteString value)

Required. Resource name of the parent of sources to list. Its format should be "organizations/[organization_id], folders/[folder_id], or projects/[project_id]".

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

Parameter
NameDescription
valueByteString

The bytes for parent to set.

Returns
TypeDescription
ListSourcesRequest.Builder

This builder for chaining.

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

public ListSourcesRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
ListSourcesRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ListSourcesRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ListSourcesRequest.Builder
Overrides