public final class UpdateRunRequest extends GeneratedMessageV3 implements UpdateRunRequestOrBuilder
Request message for
UpdateRun.
Protobuf type google.cloud.datacatalog.lineage.v1.UpdateRunRequest
Static Fields
RUN_FIELD_NUMBER
public static final int RUN_FIELD_NUMBER
Field Value
UPDATE_MASK_FIELD_NUMBER
public static final int UPDATE_MASK_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static UpdateRunRequest getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static UpdateRunRequest.Builder newBuilder()
Returns
newBuilder(UpdateRunRequest prototype)
public static UpdateRunRequest.Builder newBuilder(UpdateRunRequest prototype)
Parameter
Returns
public static UpdateRunRequest parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static UpdateRunRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static UpdateRunRequest parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static UpdateRunRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static UpdateRunRequest parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static UpdateRunRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static UpdateRunRequest parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static UpdateRunRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static UpdateRunRequest parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static UpdateRunRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static UpdateRunRequest parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static UpdateRunRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<UpdateRunRequest> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public UpdateRunRequest getDefaultInstanceForType()
Returns
getParserForType()
public Parser<UpdateRunRequest> getParserForType()
Returns
Overrides
getRun()
Required. The lineage run to update.
The run's name
field is used to identify the run to update.
Format:
projects/{project}/locations/{location}/processes/{process}/runs/{run}
.
.google.cloud.datacatalog.lineage.v1.Run run = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
Run | The run.
|
getRunOrBuilder()
public RunOrBuilder getRunOrBuilder()
Required. The lineage run to update.
The run's name
field is used to identify the run to update.
Format:
projects/{project}/locations/{location}/processes/{process}/runs/{run}
.
.google.cloud.datacatalog.lineage.v1.Run run = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
getUpdateMask()
public FieldMask getUpdateMask()
The list of fields to update. Currently not used. The whole message is
updated.
.google.protobuf.FieldMask update_mask = 2;
Returns
getUpdateMaskOrBuilder()
public FieldMaskOrBuilder getUpdateMaskOrBuilder()
The list of fields to update. Currently not used. The whole message is
updated.
.google.protobuf.FieldMask update_mask = 2;
Returns
hasRun()
Required. The lineage run to update.
The run's name
field is used to identify the run to update.
Format:
projects/{project}/locations/{location}/processes/{process}/runs/{run}
.
.google.cloud.datacatalog.lineage.v1.Run run = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
boolean | Whether the run field is set.
|
hasUpdateMask()
public boolean hasUpdateMask()
The list of fields to update. Currently not used. The whole message is
updated.
.google.protobuf.FieldMask update_mask = 2;
Returns
Type | Description |
boolean | Whether the updateMask field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public UpdateRunRequest.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected UpdateRunRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public UpdateRunRequest.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions