public final class InlineDestination extends GeneratedMessage implements InlineDestinationOrBuilderInlineDestination for exporting a dashboard.
Protobuf type google.cloud.chronicle.v1.InlineDestination
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > InlineDestinationImplements
InlineDestinationOrBuilderStatic Fields
DASHBOARDS_FIELD_NUMBER
public static final int DASHBOARDS_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static InlineDestination getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
InlineDestination |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static InlineDestination.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
InlineDestination.Builder |
|
newBuilder(InlineDestination prototype)
public static InlineDestination.Builder newBuilder(InlineDestination prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
InlineDestination |
| Returns | |
|---|---|
| Type | Description |
InlineDestination.Builder |
|
parseDelimitedFrom(InputStream input)
public static InlineDestination parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
InlineDestination |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static InlineDestination parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
InlineDestination |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static InlineDestination parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
InlineDestination |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static InlineDestination parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
InlineDestination |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static InlineDestination parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
InlineDestination |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static InlineDestination parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
InlineDestination |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static InlineDestination parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
InlineDestination |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static InlineDestination parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
InlineDestination |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static InlineDestination parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
InlineDestination |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static InlineDestination parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
InlineDestination |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static InlineDestination parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
InlineDestination |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static InlineDestination parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
InlineDestination |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<InlineDestination> parser()| Returns | |
|---|---|
| Type | Description |
Parser<InlineDestination> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDashboards(int index)
public NativeDashboardWithChartsAndQueries getDashboards(int index)Dashboards with charts and queries.
repeated .google.cloud.chronicle.v1.NativeDashboardWithChartsAndQueries dashboards = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
NativeDashboardWithChartsAndQueries |
|
getDashboardsCount()
public int getDashboardsCount()Dashboards with charts and queries.
repeated .google.cloud.chronicle.v1.NativeDashboardWithChartsAndQueries dashboards = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getDashboardsList()
public List<NativeDashboardWithChartsAndQueries> getDashboardsList()Dashboards with charts and queries.
repeated .google.cloud.chronicle.v1.NativeDashboardWithChartsAndQueries dashboards = 1;
| Returns | |
|---|---|
| Type | Description |
List<NativeDashboardWithChartsAndQueries> |
|
getDashboardsOrBuilder(int index)
public NativeDashboardWithChartsAndQueriesOrBuilder getDashboardsOrBuilder(int index)Dashboards with charts and queries.
repeated .google.cloud.chronicle.v1.NativeDashboardWithChartsAndQueries dashboards = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
NativeDashboardWithChartsAndQueriesOrBuilder |
|
getDashboardsOrBuilderList()
public List<? extends NativeDashboardWithChartsAndQueriesOrBuilder> getDashboardsOrBuilderList()Dashboards with charts and queries.
repeated .google.cloud.chronicle.v1.NativeDashboardWithChartsAndQueries dashboards = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.chronicle.v1.NativeDashboardWithChartsAndQueriesOrBuilder> |
|
getDefaultInstanceForType()
public InlineDestination getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
InlineDestination |
|
getParserForType()
public Parser<InlineDestination> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<InlineDestination> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public InlineDestination.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
InlineDestination.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected InlineDestination.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
InlineDestination.Builder |
|
toBuilder()
public InlineDestination.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
InlineDestination.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|