Package | Description |
---|---|
com.google.cloud.asset.v1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
TableSchema |
TableSchema.Builder.build() |
TableSchema |
TableSchema.Builder.buildPartial() |
static TableSchema |
TableSchema.getDefaultInstance() |
TableSchema |
TableSchema.getDefaultInstanceForType() |
TableSchema |
TableSchema.Builder.getDefaultInstanceForType() |
TableSchema |
QueryResultOrBuilder.getSchema()
Describes the format of the [rows].
|
TableSchema |
QueryResult.getSchema()
Describes the format of the [rows].
|
TableSchema |
QueryResult.Builder.getSchema()
Describes the format of the [rows].
|
static TableSchema |
TableSchema.parseDelimitedFrom(InputStream input) |
static TableSchema |
TableSchema.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static TableSchema |
TableSchema.parseFrom(byte[] data) |
static TableSchema |
TableSchema.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static TableSchema |
TableSchema.parseFrom(ByteBuffer data) |
static TableSchema |
TableSchema.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static TableSchema |
TableSchema.parseFrom(ByteString data) |
static TableSchema |
TableSchema.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static TableSchema |
TableSchema.parseFrom(CodedInputStream input) |
static TableSchema |
TableSchema.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static TableSchema |
TableSchema.parseFrom(InputStream input) |
static TableSchema |
TableSchema.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Parser<TableSchema> |
TableSchema.getParserForType() |
static Parser<TableSchema> |
TableSchema.parser() |
Modifier and Type | Method and Description |
---|---|
TableSchema.Builder |
TableSchema.Builder.mergeFrom(TableSchema other) |
QueryResult.Builder |
QueryResult.Builder.mergeSchema(TableSchema value)
Describes the format of the [rows].
|
static TableSchema.Builder |
TableSchema.newBuilder(TableSchema prototype) |
QueryResult.Builder |
QueryResult.Builder.setSchema(TableSchema value)
Describes the format of the [rows].
|
Copyright © 2022 Google LLC. All rights reserved.