Uses of Enum
com.google.cloud.bigquery.storage.v1.WriteStreamView
-
Uses of WriteStreamView in com.google.cloud.bigquery.storage.v1
Methods in com.google.cloud.bigquery.storage.v1 that return WriteStreamViewModifier and TypeMethodDescriptionstatic WriteStreamViewWriteStreamView.forNumber(int value) GetWriteStreamRequest.Builder.getView()Indicates whether to get full or partial view of the WriteStream.GetWriteStreamRequest.getView()Indicates whether to get full or partial view of the WriteStream.GetWriteStreamRequestOrBuilder.getView()Indicates whether to get full or partial view of the WriteStream.static WriteStreamViewWriteStreamView.valueOf(int value) Deprecated.static WriteStreamViewWriteStreamView.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static WriteStreamViewReturns 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 WriteStreamViewModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<WriteStreamView>WriteStreamView.internalGetValueMap()Methods in com.google.cloud.bigquery.storage.v1 with parameters of type WriteStreamViewModifier and TypeMethodDescriptionGetWriteStreamRequest.Builder.setView(WriteStreamView value) Indicates whether to get full or partial view of the WriteStream.