public enum WriteStreamView extends Enum<WriteStreamView> implements com.google.protobuf.ProtocolMessageEnum
WriteStreamView is a view enum that controls what details about a write stream should be returned.Protobuf enum
google.cloud.bigquery.storage.v1.WriteStreamView| Enum Constant and Description |
|---|
BASIC
The BASIC projection returns basic metadata about a write stream.
|
FULL
The FULL projection returns all available write stream metadata, including
the schema.
|
UNRECOGNIZED |
WRITE_STREAM_VIEW_UNSPECIFIED
The default / unset value.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
BASIC_VALUE
The BASIC projection returns basic metadata about a write stream.
|
static int |
FULL_VALUE
The FULL projection returns all available write stream metadata, including
the schema.
|
static int |
WRITE_STREAM_VIEW_UNSPECIFIED_VALUE
The default / unset value.
|
| Modifier and Type | Method and Description |
|---|---|
static WriteStreamView |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<WriteStreamView> |
internalGetValueMap() |
static WriteStreamView |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static WriteStreamView |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static WriteStreamView |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WriteStreamView[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WriteStreamView WRITE_STREAM_VIEW_UNSPECIFIED
The default / unset value.
WRITE_STREAM_VIEW_UNSPECIFIED = 0;public static final WriteStreamView BASIC
The BASIC projection returns basic metadata about a write stream. The basic view does not include schema information. This is the default view returned by GetWriteStream.
BASIC = 1;public static final WriteStreamView FULL
The FULL projection returns all available write stream metadata, including the schema. CreateWriteStream returns the full projection of write stream metadata.
FULL = 2;public static final WriteStreamView UNRECOGNIZED
public static final int WRITE_STREAM_VIEW_UNSPECIFIED_VALUE
The default / unset value.
WRITE_STREAM_VIEW_UNSPECIFIED = 0;public static final int BASIC_VALUE
The BASIC projection returns basic metadata about a write stream. The basic view does not include schema information. This is the default view returned by GetWriteStream.
BASIC = 1;public static final int FULL_VALUE
The FULL projection returns all available write stream metadata, including the schema. CreateWriteStream returns the full projection of write stream metadata.
FULL = 2;public static WriteStreamView[] values()
for (WriteStreamView c : WriteStreamView.values()) System.out.println(c);
public static WriteStreamView valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static WriteStreamView valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static WriteStreamView forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<WriteStreamView> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static WriteStreamView valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.