public final class Validation extends GeneratedMessageV3 implements ValidationOrBuilder
A validation to perform on a stream.
Protobuf type google.cloud.datastream.v1.Validation
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
CODE_FIELD_NUMBER
public static final int CODE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
DESCRIPTION_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
MESSAGE_FIELD_NUMBER
public static final int MESSAGE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
STATE_FIELD_NUMBER
public static final int STATE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static Validation getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static Validation.Builder newBuilder()
newBuilder(Validation prototype)
public static Validation.Builder newBuilder(Validation prototype)
public static Validation parseDelimitedFrom(InputStream input)
public static Validation parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static Validation parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Validation parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static Validation parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Validation parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Validation parseFrom(CodedInputStream input)
public static Validation parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Validation parseFrom(InputStream input)
public static Validation parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static Validation parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Validation parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<Validation> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getCode()
A custom code identifying this validation.
string code = 4;
Returns |
---|
Type | Description |
String | The code.
|
getCodeBytes()
public ByteString getCodeBytes()
A custom code identifying this validation.
string code = 4;
Returns |
---|
Type | Description |
ByteString | The bytes for code.
|
getDefaultInstanceForType()
public Validation getDefaultInstanceForType()
getDescription()
public String getDescription()
A short description of the validation.
string description = 1;
Returns |
---|
Type | Description |
String | The description.
|
getDescriptionBytes()
public ByteString getDescriptionBytes()
A short description of the validation.
string description = 1;
Returns |
---|
Type | Description |
ByteString | The bytes for description.
|
getMessage(int index)
public ValidationMessage getMessage(int index)
Messages reflecting the validation results.
repeated .google.cloud.datastream.v1.ValidationMessage message = 3;
Parameter |
---|
Name | Description |
index | int
|
getMessageCount()
public int getMessageCount()
Messages reflecting the validation results.
repeated .google.cloud.datastream.v1.ValidationMessage message = 3;
Returns |
---|
Type | Description |
int | |
getMessageList()
public List<ValidationMessage> getMessageList()
Messages reflecting the validation results.
repeated .google.cloud.datastream.v1.ValidationMessage message = 3;
getMessageOrBuilder(int index)
public ValidationMessageOrBuilder getMessageOrBuilder(int index)
Messages reflecting the validation results.
repeated .google.cloud.datastream.v1.ValidationMessage message = 3;
Parameter |
---|
Name | Description |
index | int
|
getMessageOrBuilderList()
public List<? extends ValidationMessageOrBuilder> getMessageOrBuilderList()
Messages reflecting the validation results.
repeated .google.cloud.datastream.v1.ValidationMessage message = 3;
Returns |
---|
Type | Description |
List<? extends com.google.cloud.datastream.v1.ValidationMessageOrBuilder> | |
getParserForType()
public Parser<Validation> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
getState()
public Validation.State getState()
Validation execution status.
.google.cloud.datastream.v1.Validation.State state = 2;
getStateValue()
public int getStateValue()
Validation execution status.
.google.cloud.datastream.v1.Validation.State state = 2;
Returns |
---|
Type | Description |
int | The enum numeric value on the wire for state.
|
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public Validation.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Validation.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public Validation.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides