Class ExportNativeDashboardsResponse.Builder (0.31.0)

public static final class ExportNativeDashboardsResponse.Builder extends GeneratedMessage.Builder<ExportNativeDashboardsResponse.Builder> implements ExportNativeDashboardsResponseOrBuilder

Response message for exporting a dashboard.

Protobuf type google.cloud.chronicle.v1.ExportNativeDashboardsResponse

Static Methods

getDescriptor()

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

Methods

build()

public ExportNativeDashboardsResponse build()
Returns
Type Description
ExportNativeDashboardsResponse

buildPartial()

public ExportNativeDashboardsResponse buildPartial()
Returns
Type Description
ExportNativeDashboardsResponse

clear()

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

clearDestination()

public ExportNativeDashboardsResponse.Builder clearDestination()
Returns
Type Description
ExportNativeDashboardsResponse.Builder

clearInlineDestination()

public ExportNativeDashboardsResponse.Builder clearInlineDestination()

The data for the exported dashboards included directly in the response.

.google.cloud.chronicle.v1.InlineDestination inline_destination = 1;

Returns
Type Description
ExportNativeDashboardsResponse.Builder

getDefaultInstanceForType()

public ExportNativeDashboardsResponse getDefaultInstanceForType()
Returns
Type Description
ExportNativeDashboardsResponse

getDescriptorForType()

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

getDestinationCase()

public ExportNativeDashboardsResponse.DestinationCase getDestinationCase()
Returns
Type Description
ExportNativeDashboardsResponse.DestinationCase

getInlineDestination()

public InlineDestination getInlineDestination()

The data for the exported dashboards included directly in the response.

.google.cloud.chronicle.v1.InlineDestination inline_destination = 1;

Returns
Type Description
InlineDestination

The inlineDestination.

getInlineDestinationBuilder()

public InlineDestination.Builder getInlineDestinationBuilder()

The data for the exported dashboards included directly in the response.

.google.cloud.chronicle.v1.InlineDestination inline_destination = 1;

Returns
Type Description
InlineDestination.Builder

getInlineDestinationOrBuilder()

public InlineDestinationOrBuilder getInlineDestinationOrBuilder()

The data for the exported dashboards included directly in the response.

.google.cloud.chronicle.v1.InlineDestination inline_destination = 1;

Returns
Type Description
InlineDestinationOrBuilder

hasInlineDestination()

public boolean hasInlineDestination()

The data for the exported dashboards included directly in the response.

.google.cloud.chronicle.v1.InlineDestination inline_destination = 1;

Returns
Type Description
boolean

Whether the inlineDestination field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ExportNativeDashboardsResponse other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeInlineDestination(InlineDestination value)

public ExportNativeDashboardsResponse.Builder mergeInlineDestination(InlineDestination value)

The data for the exported dashboards included directly in the response.

.google.cloud.chronicle.v1.InlineDestination inline_destination = 1;

Parameter
Name Description
value InlineDestination
Returns
Type Description
ExportNativeDashboardsResponse.Builder

setInlineDestination(InlineDestination value)

public ExportNativeDashboardsResponse.Builder setInlineDestination(InlineDestination value)

The data for the exported dashboards included directly in the response.

.google.cloud.chronicle.v1.InlineDestination inline_destination = 1;

Parameter
Name Description
value InlineDestination
Returns
Type Description
ExportNativeDashboardsResponse.Builder

setInlineDestination(InlineDestination.Builder builderForValue)

public ExportNativeDashboardsResponse.Builder setInlineDestination(InlineDestination.Builder builderForValue)

The data for the exported dashboards included directly in the response.

.google.cloud.chronicle.v1.InlineDestination inline_destination = 1;

Parameter
Name Description
builderForValue InlineDestination.Builder
Returns
Type Description
ExportNativeDashboardsResponse.Builder