public static enum FetchFileGitStatusesResponse.UncommittedFileChange.State extends Enum<FetchFileGitStatusesResponse.UncommittedFileChange.State> implements com.google.protobuf.ProtocolMessageEnum
Indicates the status of an uncommitted file change.Protobuf enum
google.cloud.dataform.v1alpha2.FetchFileGitStatusesResponse.UncommittedFileChange.State| Enum Constant and Description |
|---|
ADDED
The file has been newly added.
|
DELETED
The file has been deleted.
|
HAS_CONFLICTS
The file contains merge conflicts.
|
MODIFIED
The file has been modified.
|
STATE_UNSPECIFIED
Default value.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
ADDED_VALUE
The file has been newly added.
|
static int |
DELETED_VALUE
The file has been deleted.
|
static int |
HAS_CONFLICTS_VALUE
The file contains merge conflicts.
|
static int |
MODIFIED_VALUE
The file has been modified.
|
static int |
STATE_UNSPECIFIED_VALUE
Default value.
|
| Modifier and Type | Method and Description |
|---|---|
static FetchFileGitStatusesResponse.UncommittedFileChange.State |
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<FetchFileGitStatusesResponse.UncommittedFileChange.State> |
internalGetValueMap() |
static FetchFileGitStatusesResponse.UncommittedFileChange.State |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static FetchFileGitStatusesResponse.UncommittedFileChange.State |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static FetchFileGitStatusesResponse.UncommittedFileChange.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FetchFileGitStatusesResponse.UncommittedFileChange.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FetchFileGitStatusesResponse.UncommittedFileChange.State STATE_UNSPECIFIED
Default value. This value is unused.
STATE_UNSPECIFIED = 0;public static final FetchFileGitStatusesResponse.UncommittedFileChange.State ADDED
The file has been newly added.
ADDED = 1;public static final FetchFileGitStatusesResponse.UncommittedFileChange.State DELETED
The file has been deleted.
DELETED = 2;public static final FetchFileGitStatusesResponse.UncommittedFileChange.State MODIFIED
The file has been modified.
MODIFIED = 3;public static final FetchFileGitStatusesResponse.UncommittedFileChange.State HAS_CONFLICTS
The file contains merge conflicts.
HAS_CONFLICTS = 4;public static final FetchFileGitStatusesResponse.UncommittedFileChange.State UNRECOGNIZED
public static final int STATE_UNSPECIFIED_VALUE
Default value. This value is unused.
STATE_UNSPECIFIED = 0;public static final int ADDED_VALUE
The file has been newly added.
ADDED = 1;public static final int DELETED_VALUE
The file has been deleted.
DELETED = 2;public static final int MODIFIED_VALUE
The file has been modified.
MODIFIED = 3;public static final int HAS_CONFLICTS_VALUE
The file contains merge conflicts.
HAS_CONFLICTS = 4;public static FetchFileGitStatusesResponse.UncommittedFileChange.State[] values()
for (FetchFileGitStatusesResponse.UncommittedFileChange.State c : FetchFileGitStatusesResponse.UncommittedFileChange.State.values()) System.out.println(c);
public static FetchFileGitStatusesResponse.UncommittedFileChange.State 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 FetchFileGitStatusesResponse.UncommittedFileChange.State valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static FetchFileGitStatusesResponse.UncommittedFileChange.State forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<FetchFileGitStatusesResponse.UncommittedFileChange.State> 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 FetchFileGitStatusesResponse.UncommittedFileChange.State valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.