Uses of Class
com.google.cloud.bigquery.storage.v1.WriteStreamView
-
Packages that use WriteStreamView Package Description com.google.cloud.bigquery.storage.v1 A client to BigQuery Storage API -
-
Uses of WriteStreamView in com.google.cloud.bigquery.storage.v1
Methods in com.google.cloud.bigquery.storage.v1 that return WriteStreamView Modifier and Type Method Description static WriteStreamView
WriteStreamView. forNumber(int value)
WriteStreamView
GetWriteStreamRequest.Builder. getView()
Indicates whether to get full or partial view of the WriteStream.WriteStreamView
GetWriteStreamRequest. getView()
Indicates whether to get full or partial view of the WriteStream.WriteStreamView
GetWriteStreamRequestOrBuilder. getView()
Indicates whether to get full or partial view of the WriteStream.static WriteStreamView
WriteStreamView. valueOf(int value)
Deprecated.static WriteStreamView
WriteStreamView. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static WriteStreamView
WriteStreamView. valueOf(String name)
Returns the enum constant of this type with the specified name.static WriteStreamView[]
WriteStreamView. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.bigquery.storage.v1 that return types with arguments of type WriteStreamView Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<WriteStreamView>
WriteStreamView. internalGetValueMap()
Methods in com.google.cloud.bigquery.storage.v1 with parameters of type WriteStreamView Modifier and Type Method Description GetWriteStreamRequest.Builder
GetWriteStreamRequest.Builder. setView(WriteStreamView value)
Indicates whether to get full or partial view of the WriteStream.
-