Class GetFeedRequest.Builder (3.87.0)

public static final class GetFeedRequest.Builder extends GeneratedMessage.Builder<GetFeedRequest.Builder> implements GetFeedRequestOrBuilder

Get asset feed request.

Protobuf type google.cloud.asset.v1p2beta1.GetFeedRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetFeedRequest build()
Returns
Type Description
GetFeedRequest

buildPartial()

public GetFeedRequest buildPartial()
Returns
Type Description
GetFeedRequest

clear()

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

clearName()

public GetFeedRequest.Builder clearName()

Required. The name of the Feed and it must be in the format of: projects/project_number/feeds/feed_id folders/folder_number/feeds/feed_id organizations/organization_number/feeds/feed_id

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

Returns
Type Description
GetFeedRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetFeedRequest getDefaultInstanceForType()
Returns
Type Description
GetFeedRequest

getDescriptorForType()

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

getName()

public String getName()

Required. The name of the Feed and it must be in the format of: projects/project_number/feeds/feed_id folders/folder_number/feeds/feed_id organizations/organization_number/feeds/feed_id

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

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The name of the Feed and it must be in the format of: projects/project_number/feeds/feed_id folders/folder_number/feeds/feed_id organizations/organization_number/feeds/feed_id

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

Returns
Type Description
ByteString

The bytes for name.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GetFeedRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public GetFeedRequest.Builder setName(String value)

Required. The name of the Feed and it must be in the format of: projects/project_number/feeds/feed_id folders/folder_number/feeds/feed_id organizations/organization_number/feeds/feed_id

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetFeedRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetFeedRequest.Builder setNameBytes(ByteString value)

Required. The name of the Feed and it must be in the format of: projects/project_number/feeds/feed_id folders/folder_number/feeds/feed_id organizations/organization_number/feeds/feed_id

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

This builder for chaining.