Class InstallFeaturedContentNativeDashboardResponse.Builder (0.31.0)

public static final class InstallFeaturedContentNativeDashboardResponse.Builder extends GeneratedMessage.Builder<InstallFeaturedContentNativeDashboardResponse.Builder> implements InstallFeaturedContentNativeDashboardResponseOrBuilder

Response message for installing a FeaturedContentNativeDashboard.

Protobuf type google.cloud.chronicle.v1.InstallFeaturedContentNativeDashboardResponse

Static Methods

getDescriptor()

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

Methods

build()

public InstallFeaturedContentNativeDashboardResponse build()
Returns
Type Description
InstallFeaturedContentNativeDashboardResponse

buildPartial()

public InstallFeaturedContentNativeDashboardResponse buildPartial()
Returns
Type Description
InstallFeaturedContentNativeDashboardResponse

clear()

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

clearNativeDashboard()

public InstallFeaturedContentNativeDashboardResponse.Builder clearNativeDashboard()

Optional. The resource name of the NativeDashboard created. Format: projects/{project}/locations/{location}/instances/{instance}/nativeDashboards/{native_dashboard_id}

string native_dashboard = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Returns
Type Description
InstallFeaturedContentNativeDashboardResponse.Builder

This builder for chaining.

getDefaultInstanceForType()

public InstallFeaturedContentNativeDashboardResponse getDefaultInstanceForType()
Returns
Type Description
InstallFeaturedContentNativeDashboardResponse

getDescriptorForType()

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

getNativeDashboard()

public String getNativeDashboard()

Optional. The resource name of the NativeDashboard created. Format: projects/{project}/locations/{location}/instances/{instance}/nativeDashboards/{native_dashboard_id}

string native_dashboard = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The nativeDashboard.

getNativeDashboardBytes()

public ByteString getNativeDashboardBytes()

Optional. The resource name of the NativeDashboard created. Format: projects/{project}/locations/{location}/instances/{instance}/nativeDashboards/{native_dashboard_id}

string native_dashboard = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for nativeDashboard.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(InstallFeaturedContentNativeDashboardResponse other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setNativeDashboard(String value)

public InstallFeaturedContentNativeDashboardResponse.Builder setNativeDashboard(String value)

Optional. The resource name of the NativeDashboard created. Format: projects/{project}/locations/{location}/instances/{instance}/nativeDashboards/{native_dashboard_id}

string native_dashboard = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The nativeDashboard to set.

Returns
Type Description
InstallFeaturedContentNativeDashboardResponse.Builder

This builder for chaining.

setNativeDashboardBytes(ByteString value)

public InstallFeaturedContentNativeDashboardResponse.Builder setNativeDashboardBytes(ByteString value)

Optional. The resource name of the NativeDashboard created. Format: projects/{project}/locations/{location}/instances/{instance}/nativeDashboards/{native_dashboard_id}

string native_dashboard = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for nativeDashboard to set.

Returns
Type Description
InstallFeaturedContentNativeDashboardResponse.Builder

This builder for chaining.