Class ListFeedsRequest.Builder (3.87.0)

public static final class ListFeedsRequest.Builder extends GeneratedMessage.Builder<ListFeedsRequest.Builder> implements ListFeedsRequestOrBuilder

List asset feeds request.

Protobuf type google.cloud.asset.v1.ListFeedsRequest

Static Methods

getDescriptor()

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

Methods

build()

public ListFeedsRequest build()
Returns
Type Description
ListFeedsRequest

buildPartial()

public ListFeedsRequest buildPartial()
Returns
Type Description
ListFeedsRequest

clear()

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

clearParent()

public ListFeedsRequest.Builder clearParent()

Required. The parent project/folder/organization whose feeds are to be listed. It can only be using project/folder/organization number (such as "folders/12345")", or a project ID (such as "projects/my-project-id").

string parent = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ListFeedsRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public ListFeedsRequest getDefaultInstanceForType()
Returns
Type Description
ListFeedsRequest

getDescriptorForType()

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

getParent()

public String getParent()

Required. The parent project/folder/organization whose feeds are to be listed. It can only be using project/folder/organization number (such as "folders/12345")", or a project ID (such as "projects/my-project-id").

string parent = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. The parent project/folder/organization whose feeds are to be listed. It can only be using project/folder/organization number (such as "folders/12345")", or a project ID (such as "projects/my-project-id").

string parent = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for parent.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ListFeedsRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setParent(String value)

public ListFeedsRequest.Builder setParent(String value)

Required. The parent project/folder/organization whose feeds are to be listed. It can only be using project/folder/organization number (such as "folders/12345")", or a project ID (such as "projects/my-project-id").

string parent = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The parent to set.

Returns
Type Description
ListFeedsRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public ListFeedsRequest.Builder setParentBytes(ByteString value)

Required. The parent project/folder/organization whose feeds are to be listed. It can only be using project/folder/organization number (such as "folders/12345")", or a project ID (such as "projects/my-project-id").

string parent = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for parent to set.

Returns
Type Description
ListFeedsRequest.Builder

This builder for chaining.