Class FeaturedContentNativeDashboard (0.31.0)

public final class FeaturedContentNativeDashboard extends GeneratedMessage implements FeaturedContentNativeDashboardOrBuilder

FeaturedContentNativeDashboard resource.

Protobuf type google.cloud.chronicle.v1.FeaturedContentNativeDashboard

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > FeaturedContentNativeDashboard

Static Fields

CONTENT_METADATA_FIELD_NUMBER

public static final int CONTENT_METADATA_FIELD_NUMBER
Field Value
Type Description
int

DASHBOARD_CONTENT_FIELD_NUMBER

public static final int DASHBOARD_CONTENT_FIELD_NUMBER
Field Value
Type Description
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static FeaturedContentNativeDashboard getDefaultInstance()
Returns
Type Description
FeaturedContentNativeDashboard

getDescriptor()

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

newBuilder()

public static FeaturedContentNativeDashboard.Builder newBuilder()
Returns
Type Description
FeaturedContentNativeDashboard.Builder

newBuilder(FeaturedContentNativeDashboard prototype)

public static FeaturedContentNativeDashboard.Builder newBuilder(FeaturedContentNativeDashboard prototype)
Parameter
Name Description
prototype FeaturedContentNativeDashboard
Returns
Type Description
FeaturedContentNativeDashboard.Builder

parseDelimitedFrom(InputStream input)

public static FeaturedContentNativeDashboard parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
FeaturedContentNativeDashboard
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static FeaturedContentNativeDashboard parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FeaturedContentNativeDashboard
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static FeaturedContentNativeDashboard parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
FeaturedContentNativeDashboard
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static FeaturedContentNativeDashboard parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FeaturedContentNativeDashboard
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static FeaturedContentNativeDashboard parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
FeaturedContentNativeDashboard
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static FeaturedContentNativeDashboard parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FeaturedContentNativeDashboard
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static FeaturedContentNativeDashboard parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
FeaturedContentNativeDashboard
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static FeaturedContentNativeDashboard parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FeaturedContentNativeDashboard
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static FeaturedContentNativeDashboard parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
FeaturedContentNativeDashboard
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static FeaturedContentNativeDashboard parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FeaturedContentNativeDashboard
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static FeaturedContentNativeDashboard parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
FeaturedContentNativeDashboard
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static FeaturedContentNativeDashboard parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FeaturedContentNativeDashboard
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<FeaturedContentNativeDashboard> parser()
Returns
Type Description
Parser<FeaturedContentNativeDashboard>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getContentMetadata()

public FeaturedContentMetadata getContentMetadata()

Output only. Metadata about the FeaturedContentNativeDashboard.

.google.cloud.chronicle.v1.FeaturedContentMetadata content_metadata = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
FeaturedContentMetadata

The contentMetadata.

getContentMetadataOrBuilder()

public FeaturedContentMetadataOrBuilder getContentMetadataOrBuilder()

Output only. Metadata about the FeaturedContentNativeDashboard.

.google.cloud.chronicle.v1.FeaturedContentMetadata content_metadata = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
FeaturedContentMetadataOrBuilder

getDashboardContent()

public NativeDashboardWithChartsAndQueries getDashboardContent()

Optional. The dashboard content.

.google.cloud.chronicle.v1.NativeDashboardWithChartsAndQueries dashboard_content = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
NativeDashboardWithChartsAndQueries

The dashboardContent.

getDashboardContentOrBuilder()

public NativeDashboardWithChartsAndQueriesOrBuilder getDashboardContentOrBuilder()

Optional. The dashboard content.

.google.cloud.chronicle.v1.NativeDashboardWithChartsAndQueries dashboard_content = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
NativeDashboardWithChartsAndQueriesOrBuilder

getDefaultInstanceForType()

public FeaturedContentNativeDashboard getDefaultInstanceForType()
Returns
Type Description
FeaturedContentNativeDashboard

getName()

public String getName()

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

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

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

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
ByteString

The bytes for name.

getParserForType()

public Parser<FeaturedContentNativeDashboard> getParserForType()
Returns
Type Description
Parser<FeaturedContentNativeDashboard>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasContentMetadata()

public boolean hasContentMetadata()

Output only. Metadata about the FeaturedContentNativeDashboard.

.google.cloud.chronicle.v1.FeaturedContentMetadata content_metadata = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the contentMetadata field is set.

hasDashboardContent()

public boolean hasDashboardContent()

Optional. The dashboard content.

.google.cloud.chronicle.v1.NativeDashboardWithChartsAndQueries dashboard_content = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the dashboardContent field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public FeaturedContentNativeDashboard.Builder newBuilderForType()
Returns
Type Description
FeaturedContentNativeDashboard.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected FeaturedContentNativeDashboard.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
FeaturedContentNativeDashboard.Builder
Overrides

toBuilder()

public FeaturedContentNativeDashboard.Builder toBuilder()
Returns
Type Description
FeaturedContentNativeDashboard.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException