Package | Description |
---|---|
com.google.cloud.asset.v1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
TableFieldSchema |
TableFieldSchema.Builder.build() |
TableFieldSchema |
TableFieldSchema.Builder.buildPartial() |
static TableFieldSchema |
TableFieldSchema.getDefaultInstance() |
TableFieldSchema |
TableFieldSchema.getDefaultInstanceForType() |
TableFieldSchema |
TableFieldSchema.Builder.getDefaultInstanceForType() |
TableFieldSchema |
TableSchema.getFields(int index)
Describes the fields in a table.
|
TableFieldSchema |
TableSchema.Builder.getFields(int index)
Describes the fields in a table.
|
TableFieldSchema |
TableFieldSchema.getFields(int index)
Describes the nested schema fields if the type property is set
to RECORD.
|
TableFieldSchema |
TableFieldSchema.Builder.getFields(int index)
Describes the nested schema fields if the type property is set
to RECORD.
|
TableFieldSchema |
TableFieldSchemaOrBuilder.getFields(int index)
Describes the nested schema fields if the type property is set
to RECORD.
|
TableFieldSchema |
TableSchemaOrBuilder.getFields(int index)
Describes the fields in a table.
|
static TableFieldSchema |
TableFieldSchema.parseDelimitedFrom(InputStream input) |
static TableFieldSchema |
TableFieldSchema.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static TableFieldSchema |
TableFieldSchema.parseFrom(byte[] data) |
static TableFieldSchema |
TableFieldSchema.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static TableFieldSchema |
TableFieldSchema.parseFrom(ByteBuffer data) |
static TableFieldSchema |
TableFieldSchema.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static TableFieldSchema |
TableFieldSchema.parseFrom(ByteString data) |
static TableFieldSchema |
TableFieldSchema.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static TableFieldSchema |
TableFieldSchema.parseFrom(CodedInputStream input) |
static TableFieldSchema |
TableFieldSchema.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static TableFieldSchema |
TableFieldSchema.parseFrom(InputStream input) |
static TableFieldSchema |
TableFieldSchema.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<TableFieldSchema> |
TableSchema.getFieldsList()
Describes the fields in a table.
|
List<TableFieldSchema> |
TableSchema.Builder.getFieldsList()
Describes the fields in a table.
|
List<TableFieldSchema> |
TableFieldSchema.getFieldsList()
Describes the nested schema fields if the type property is set
to RECORD.
|
List<TableFieldSchema> |
TableFieldSchema.Builder.getFieldsList()
Describes the nested schema fields if the type property is set
to RECORD.
|
List<TableFieldSchema> |
TableFieldSchemaOrBuilder.getFieldsList()
Describes the nested schema fields if the type property is set
to RECORD.
|
List<TableFieldSchema> |
TableSchemaOrBuilder.getFieldsList()
Describes the fields in a table.
|
Parser<TableFieldSchema> |
TableFieldSchema.getParserForType() |
static Parser<TableFieldSchema> |
TableFieldSchema.parser() |
Modifier and Type | Method and Description |
---|---|
TableSchema.Builder |
TableSchema.Builder.addFields(int index,
TableFieldSchema value)
Describes the fields in a table.
|
TableFieldSchema.Builder |
TableFieldSchema.Builder.addFields(int index,
TableFieldSchema value)
Describes the nested schema fields if the type property is set
to RECORD.
|
TableSchema.Builder |
TableSchema.Builder.addFields(TableFieldSchema value)
Describes the fields in a table.
|
TableFieldSchema.Builder |
TableFieldSchema.Builder.addFields(TableFieldSchema value)
Describes the nested schema fields if the type property is set
to RECORD.
|
TableFieldSchema.Builder |
TableFieldSchema.Builder.mergeFrom(TableFieldSchema other) |
static TableFieldSchema.Builder |
TableFieldSchema.newBuilder(TableFieldSchema prototype) |
TableSchema.Builder |
TableSchema.Builder.setFields(int index,
TableFieldSchema value)
Describes the fields in a table.
|
TableFieldSchema.Builder |
TableFieldSchema.Builder.setFields(int index,
TableFieldSchema value)
Describes the nested schema fields if the type property is set
to RECORD.
|
Modifier and Type | Method and Description |
---|---|
TableSchema.Builder |
TableSchema.Builder.addAllFields(Iterable<? extends TableFieldSchema> values)
Describes the fields in a table.
|
TableFieldSchema.Builder |
TableFieldSchema.Builder.addAllFields(Iterable<? extends TableFieldSchema> values)
Describes the nested schema fields if the type property is set
to RECORD.
|
Copyright © 2022 Google LLC. All rights reserved.