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 TableSchemaTableSchema.Builder. build()TableSchemaTableSchema.Builder. buildPartial()static TableSchemaTableSchema. getDefaultInstance()TableSchemaTableSchema.Builder. getDefaultInstanceForType()TableSchemaTableSchema. getDefaultInstanceForType()TableSchemaQueryResult.Builder. getSchema()Describes the format of the [rows].TableSchemaQueryResult. getSchema()Describes the format of the [rows].TableSchemaQueryResultOrBuilder. getSchema()Describes the format of the [rows].static TableSchemaTableSchema. parseDelimitedFrom(InputStream input)static TableSchemaTableSchema. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TableSchemaTableSchema. parseFrom(byte[] data)static TableSchemaTableSchema. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TableSchemaTableSchema. parseFrom(com.google.protobuf.ByteString data)static TableSchemaTableSchema. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TableSchemaTableSchema. parseFrom(com.google.protobuf.CodedInputStream input)static TableSchemaTableSchema. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TableSchemaTableSchema. parseFrom(InputStream input)static TableSchemaTableSchema. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TableSchemaTableSchema. parseFrom(ByteBuffer data)static TableSchemaTableSchema. 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.BuilderTableSchema.Builder. mergeFrom(TableSchema other)QueryResult.BuilderQueryResult.Builder. mergeSchema(TableSchema value)Describes the format of the [rows].static TableSchema.BuilderTableSchema. newBuilder(TableSchema prototype)QueryResult.BuilderQueryResult.Builder. setSchema(TableSchema value)Describes the format of the [rows].
-