Uses of Class
com.google.cloud.asset.v1.TableFieldSchema
-
Packages that use TableFieldSchema Package Description com.google.cloud.asset.v1 A client to Cloud Asset API -
-
Uses of TableFieldSchema in com.google.cloud.asset.v1
Methods in com.google.cloud.asset.v1 that return TableFieldSchema Modifier and Type Method Description TableFieldSchemaTableFieldSchema.Builder. build()TableFieldSchemaTableFieldSchema.Builder. buildPartial()static TableFieldSchemaTableFieldSchema. getDefaultInstance()TableFieldSchemaTableFieldSchema.Builder. getDefaultInstanceForType()TableFieldSchemaTableFieldSchema. getDefaultInstanceForType()TableFieldSchemaTableFieldSchema.Builder. getFields(int index)Describes the nested schema fields if the type property is set to RECORD.TableFieldSchemaTableFieldSchema. getFields(int index)Describes the nested schema fields if the type property is set to RECORD.TableFieldSchemaTableFieldSchemaOrBuilder. getFields(int index)Describes the nested schema fields if the type property is set to RECORD.TableFieldSchemaTableSchema.Builder. getFields(int index)Describes the fields in a table.TableFieldSchemaTableSchema. getFields(int index)Describes the fields in a table.TableFieldSchemaTableSchemaOrBuilder. getFields(int index)Describes the fields in a table.static TableFieldSchemaTableFieldSchema. parseDelimitedFrom(InputStream input)static TableFieldSchemaTableFieldSchema. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TableFieldSchemaTableFieldSchema. parseFrom(byte[] data)static TableFieldSchemaTableFieldSchema. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TableFieldSchemaTableFieldSchema. parseFrom(com.google.protobuf.ByteString data)static TableFieldSchemaTableFieldSchema. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TableFieldSchemaTableFieldSchema. parseFrom(com.google.protobuf.CodedInputStream input)static TableFieldSchemaTableFieldSchema. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TableFieldSchemaTableFieldSchema. parseFrom(InputStream input)static TableFieldSchemaTableFieldSchema. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TableFieldSchemaTableFieldSchema. parseFrom(ByteBuffer data)static TableFieldSchemaTableFieldSchema. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.asset.v1 that return types with arguments of type TableFieldSchema Modifier and Type Method Description List<TableFieldSchema>TableFieldSchema.Builder. getFieldsList()Describes the nested schema fields if the type property is set to RECORD.List<TableFieldSchema>TableFieldSchema. 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>TableSchema.Builder. getFieldsList()Describes the fields in a table.List<TableFieldSchema>TableSchema. getFieldsList()Describes the fields in a table.List<TableFieldSchema>TableSchemaOrBuilder. getFieldsList()Describes the fields in a table.com.google.protobuf.Parser<TableFieldSchema>TableFieldSchema. getParserForType()static com.google.protobuf.Parser<TableFieldSchema>TableFieldSchema. parser()Methods in com.google.cloud.asset.v1 with parameters of type TableFieldSchema Modifier and Type Method Description TableFieldSchema.BuilderTableFieldSchema.Builder. addFields(int index, TableFieldSchema value)Describes the nested schema fields if the type property is set to RECORD.TableFieldSchema.BuilderTableFieldSchema.Builder. addFields(TableFieldSchema value)Describes the nested schema fields if the type property is set to RECORD.TableSchema.BuilderTableSchema.Builder. addFields(int index, TableFieldSchema value)Describes the fields in a table.TableSchema.BuilderTableSchema.Builder. addFields(TableFieldSchema value)Describes the fields in a table.TableFieldSchema.BuilderTableFieldSchema.Builder. mergeFrom(TableFieldSchema other)static TableFieldSchema.BuilderTableFieldSchema. newBuilder(TableFieldSchema prototype)TableFieldSchema.BuilderTableFieldSchema.Builder. setFields(int index, TableFieldSchema value)Describes the nested schema fields if the type property is set to RECORD.TableSchema.BuilderTableSchema.Builder. setFields(int index, TableFieldSchema value)Describes the fields in a table.Method parameters in com.google.cloud.asset.v1 with type arguments of type TableFieldSchema Modifier and Type Method Description TableFieldSchema.BuilderTableFieldSchema.Builder. addAllFields(Iterable<? extends TableFieldSchema> values)Describes the nested schema fields if the type property is set to RECORD.TableSchema.BuilderTableSchema.Builder. addAllFields(Iterable<? extends TableFieldSchema> values)Describes the fields in a table.
-