Uses of Class
com.google.cloud.asset.v1.TableSchema
-
Packages that use TableSchema Package Description com.google.cloud.asset.v1 A client to Cloud Asset API -
-
Uses of TableSchema in com.google.cloud.asset.v1
Methods in com.google.cloud.asset.v1 that return TableSchema Modifier and Type Method Description TableSchema
TableSchema.Builder. build()
TableSchema
TableSchema.Builder. buildPartial()
static TableSchema
TableSchema. getDefaultInstance()
TableSchema
TableSchema.Builder. getDefaultInstanceForType()
TableSchema
TableSchema. getDefaultInstanceForType()
TableSchema
QueryResult.Builder. getSchema()
Describes the format of the [rows].TableSchema
QueryResult. getSchema()
Describes the format of the [rows].TableSchema
QueryResultOrBuilder. getSchema()
Describes the format of the [rows].static TableSchema
TableSchema. parseDelimitedFrom(InputStream input)
static TableSchema
TableSchema. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TableSchema
TableSchema. parseFrom(byte[] data)
static TableSchema
TableSchema. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TableSchema
TableSchema. parseFrom(com.google.protobuf.ByteString data)
static TableSchema
TableSchema. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TableSchema
TableSchema. parseFrom(com.google.protobuf.CodedInputStream input)
static TableSchema
TableSchema. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TableSchema
TableSchema. parseFrom(InputStream input)
static TableSchema
TableSchema. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TableSchema
TableSchema. parseFrom(ByteBuffer data)
static TableSchema
TableSchema. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.asset.v1 that return types with arguments of type TableSchema Modifier and Type Method Description com.google.protobuf.Parser<TableSchema>
TableSchema. getParserForType()
static com.google.protobuf.Parser<TableSchema>
TableSchema. parser()
Methods in com.google.cloud.asset.v1 with parameters of type TableSchema Modifier and Type Method 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].
-