Class GetFeaturedContentNativeDashboardRequest.Builder (0.31.0)

public static final class GetFeaturedContentNativeDashboardRequest.Builder extends GeneratedMessage.Builder<GetFeaturedContentNativeDashboardRequest.Builder> implements GetFeaturedContentNativeDashboardRequestOrBuilder

Request message to get a FeaturedContentNativeDashboard.

Protobuf type google.cloud.chronicle.v1.GetFeaturedContentNativeDashboardRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetFeaturedContentNativeDashboardRequest build()
Returns
Type Description
GetFeaturedContentNativeDashboardRequest

buildPartial()

public GetFeaturedContentNativeDashboardRequest buildPartial()
Returns
Type Description
GetFeaturedContentNativeDashboardRequest

clear()

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

clearName()

public GetFeaturedContentNativeDashboardRequest.Builder clearName()

Required. The resource name of the FeaturedContentNativeDashboard to retrieve. Format: projects/{project}/locations/{location}/instances/{instance}/contentHub/featuredContentNativeDashboards/{featured_content_native_dashboard}

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

Returns
Type Description
GetFeaturedContentNativeDashboardRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetFeaturedContentNativeDashboardRequest getDefaultInstanceForType()
Returns
Type Description
GetFeaturedContentNativeDashboardRequest

getDescriptorForType()

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

getName()

public String getName()

Required. The resource name of the FeaturedContentNativeDashboard to retrieve. Format: projects/{project}/locations/{location}/instances/{instance}/contentHub/featuredContentNativeDashboards/{featured_content_native_dashboard}

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

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The resource name of the FeaturedContentNativeDashboard to retrieve. Format: projects/{project}/locations/{location}/instances/{instance}/contentHub/featuredContentNativeDashboards/{featured_content_native_dashboard}

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

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public GetFeaturedContentNativeDashboardRequest.Builder setName(String value)

Required. The resource name of the FeaturedContentNativeDashboard to retrieve. Format: projects/{project}/locations/{location}/instances/{instance}/contentHub/featuredContentNativeDashboards/{featured_content_native_dashboard}

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetFeaturedContentNativeDashboardRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetFeaturedContentNativeDashboardRequest.Builder setNameBytes(ByteString value)

Required. The resource name of the FeaturedContentNativeDashboard to retrieve. Format: projects/{project}/locations/{location}/instances/{instance}/contentHub/featuredContentNativeDashboards/{featured_content_native_dashboard}

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

This builder for chaining.