public static final class ImportNativeDashboardsInlineSource.Builder extends GeneratedMessage.Builder<ImportNativeDashboardsInlineSource.Builder> implements ImportNativeDashboardsInlineSourceOrBuilder
Inline source for importing dashboards.
Protobuf type google.cloud.chronicle.v1.ImportNativeDashboardsInlineSource
Inherited Members
com.google.protobuf.GeneratedMessage.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessage.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldsProto3(com.google.protobuf.UnknownFieldSet)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllDashboards(Iterable<? extends NativeDashboardWithChartsAndQueries> values)
public ImportNativeDashboardsInlineSource.Builder addAllDashboards(Iterable<? extends NativeDashboardWithChartsAndQueries> values)
Required. Dashboards with charts and queries.
repeated .google.cloud.chronicle.v1.NativeDashboardWithChartsAndQueries dashboards = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter |
| Name |
Description |
values |
Iterable<? extends com.google.cloud.chronicle.v1.NativeDashboardWithChartsAndQueries>
|
addDashboards(NativeDashboardWithChartsAndQueries value)
public ImportNativeDashboardsInlineSource.Builder addDashboards(NativeDashboardWithChartsAndQueries value)
Required. Dashboards with charts and queries.
repeated .google.cloud.chronicle.v1.NativeDashboardWithChartsAndQueries dashboards = 1 [(.google.api.field_behavior) = REQUIRED];
addDashboards(NativeDashboardWithChartsAndQueries.Builder builderForValue)
public ImportNativeDashboardsInlineSource.Builder addDashboards(NativeDashboardWithChartsAndQueries.Builder builderForValue)
Required. Dashboards with charts and queries.
repeated .google.cloud.chronicle.v1.NativeDashboardWithChartsAndQueries dashboards = 1 [(.google.api.field_behavior) = REQUIRED];
addDashboards(int index, NativeDashboardWithChartsAndQueries value)
public ImportNativeDashboardsInlineSource.Builder addDashboards(int index, NativeDashboardWithChartsAndQueries value)
Required. Dashboards with charts and queries.
repeated .google.cloud.chronicle.v1.NativeDashboardWithChartsAndQueries dashboards = 1 [(.google.api.field_behavior) = REQUIRED];
addDashboards(int index, NativeDashboardWithChartsAndQueries.Builder builderForValue)
public ImportNativeDashboardsInlineSource.Builder addDashboards(int index, NativeDashboardWithChartsAndQueries.Builder builderForValue)
Required. Dashboards with charts and queries.
repeated .google.cloud.chronicle.v1.NativeDashboardWithChartsAndQueries dashboards = 1 [(.google.api.field_behavior) = REQUIRED];
addDashboardsBuilder()
public NativeDashboardWithChartsAndQueries.Builder addDashboardsBuilder()
Required. Dashboards with charts and queries.
repeated .google.cloud.chronicle.v1.NativeDashboardWithChartsAndQueries dashboards = 1 [(.google.api.field_behavior) = REQUIRED];
addDashboardsBuilder(int index)
public NativeDashboardWithChartsAndQueries.Builder addDashboardsBuilder(int index)
Required. Dashboards with charts and queries.
repeated .google.cloud.chronicle.v1.NativeDashboardWithChartsAndQueries dashboards = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter |
| Name |
Description |
index |
int
|
build()
public ImportNativeDashboardsInlineSource build()
buildPartial()
public ImportNativeDashboardsInlineSource buildPartial()
clear()
public ImportNativeDashboardsInlineSource.Builder clear()
Overrides
clearDashboards()
public ImportNativeDashboardsInlineSource.Builder clearDashboards()
Required. Dashboards with charts and queries.
repeated .google.cloud.chronicle.v1.NativeDashboardWithChartsAndQueries dashboards = 1 [(.google.api.field_behavior) = REQUIRED];
getDashboards(int index)
public NativeDashboardWithChartsAndQueries getDashboards(int index)
Required. Dashboards with charts and queries.
repeated .google.cloud.chronicle.v1.NativeDashboardWithChartsAndQueries dashboards = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter |
| Name |
Description |
index |
int
|
getDashboardsBuilder(int index)
public NativeDashboardWithChartsAndQueries.Builder getDashboardsBuilder(int index)
Required. Dashboards with charts and queries.
repeated .google.cloud.chronicle.v1.NativeDashboardWithChartsAndQueries dashboards = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter |
| Name |
Description |
index |
int
|
getDashboardsBuilderList()
public List<NativeDashboardWithChartsAndQueries.Builder> getDashboardsBuilderList()
Required. Dashboards with charts and queries.
repeated .google.cloud.chronicle.v1.NativeDashboardWithChartsAndQueries dashboards = 1 [(.google.api.field_behavior) = REQUIRED];
getDashboardsCount()
public int getDashboardsCount()
Required. Dashboards with charts and queries.
repeated .google.cloud.chronicle.v1.NativeDashboardWithChartsAndQueries dashboards = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
int |
|
getDashboardsList()
public List<NativeDashboardWithChartsAndQueries> getDashboardsList()
Required. Dashboards with charts and queries.
repeated .google.cloud.chronicle.v1.NativeDashboardWithChartsAndQueries dashboards = 1 [(.google.api.field_behavior) = REQUIRED];
getDashboardsOrBuilder(int index)
public NativeDashboardWithChartsAndQueriesOrBuilder getDashboardsOrBuilder(int index)
Required. Dashboards with charts and queries.
repeated .google.cloud.chronicle.v1.NativeDashboardWithChartsAndQueries dashboards = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter |
| Name |
Description |
index |
int
|
getDashboardsOrBuilderList()
public List<? extends NativeDashboardWithChartsAndQueriesOrBuilder> getDashboardsOrBuilderList()
Required. Dashboards with charts and queries.
repeated .google.cloud.chronicle.v1.NativeDashboardWithChartsAndQueries dashboards = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
List<? extends com.google.cloud.chronicle.v1.NativeDashboardWithChartsAndQueriesOrBuilder> |
|
getDefaultInstanceForType()
public ImportNativeDashboardsInlineSource getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(ImportNativeDashboardsInlineSource other)
public ImportNativeDashboardsInlineSource.Builder mergeFrom(ImportNativeDashboardsInlineSource other)
public ImportNativeDashboardsInlineSource.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ImportNativeDashboardsInlineSource.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
removeDashboards(int index)
public ImportNativeDashboardsInlineSource.Builder removeDashboards(int index)
Required. Dashboards with charts and queries.
repeated .google.cloud.chronicle.v1.NativeDashboardWithChartsAndQueries dashboards = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter |
| Name |
Description |
index |
int
|
setDashboards(int index, NativeDashboardWithChartsAndQueries value)
public ImportNativeDashboardsInlineSource.Builder setDashboards(int index, NativeDashboardWithChartsAndQueries value)
Required. Dashboards with charts and queries.
repeated .google.cloud.chronicle.v1.NativeDashboardWithChartsAndQueries dashboards = 1 [(.google.api.field_behavior) = REQUIRED];
setDashboards(int index, NativeDashboardWithChartsAndQueries.Builder builderForValue)
public ImportNativeDashboardsInlineSource.Builder setDashboards(int index, NativeDashboardWithChartsAndQueries.Builder builderForValue)
Required. Dashboards with charts and queries.
repeated .google.cloud.chronicle.v1.NativeDashboardWithChartsAndQueries dashboards = 1 [(.google.api.field_behavior) = REQUIRED];