- 0.57.0 (latest)
- 0.56.0
- 0.55.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.5.0
public final class UpdateJobRequest extends GeneratedMessageV3 implements UpdateJobRequestOrBuilder
Request to update a Cloud Dataflow job.
Protobuf type google.dataflow.v1beta3.UpdateJobRequest
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > UpdateJobRequestImplements
UpdateJobRequestOrBuilderStatic Fields
JOB_FIELD_NUMBER
public static final int JOB_FIELD_NUMBER
Type | Description |
int |
JOB_ID_FIELD_NUMBER
public static final int JOB_ID_FIELD_NUMBER
Type | Description |
int |
LOCATION_FIELD_NUMBER
public static final int LOCATION_FIELD_NUMBER
Type | Description |
int |
PROJECT_ID_FIELD_NUMBER
public static final int PROJECT_ID_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static UpdateJobRequest getDefaultInstance()
Type | Description |
UpdateJobRequest |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static UpdateJobRequest.Builder newBuilder()
Type | Description |
UpdateJobRequest.Builder |
newBuilder(UpdateJobRequest prototype)
public static UpdateJobRequest.Builder newBuilder(UpdateJobRequest prototype)
Name | Description |
prototype | UpdateJobRequest |
Type | Description |
UpdateJobRequest.Builder |
parseDelimitedFrom(InputStream input)
public static UpdateJobRequest parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
UpdateJobRequest |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static UpdateJobRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
UpdateJobRequest |
Type | Description |
IOException |
parseFrom(byte[] data)
public static UpdateJobRequest parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
UpdateJobRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static UpdateJobRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
UpdateJobRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static UpdateJobRequest parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
UpdateJobRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static UpdateJobRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
UpdateJobRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static UpdateJobRequest parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
UpdateJobRequest |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static UpdateJobRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
UpdateJobRequest |
Type | Description |
IOException |
parseFrom(InputStream input)
public static UpdateJobRequest parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
UpdateJobRequest |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static UpdateJobRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
UpdateJobRequest |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static UpdateJobRequest parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
UpdateJobRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static UpdateJobRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
UpdateJobRequest |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<UpdateJobRequest> parser()
Type | Description |
Parser<UpdateJobRequest> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public UpdateJobRequest getDefaultInstanceForType()
Type | Description |
UpdateJobRequest |
getJob()
public Job getJob()
The updated job. Only the job state is updatable; other fields will be ignored.
.google.dataflow.v1beta3.Job job = 3;
Type | Description |
Job | The job. |
getJobId()
public String getJobId()
The job ID.
string job_id = 2;
Type | Description |
String | The jobId. |
getJobIdBytes()
public ByteString getJobIdBytes()
The job ID.
string job_id = 2;
Type | Description |
ByteString | The bytes for jobId. |
getJobOrBuilder()
public JobOrBuilder getJobOrBuilder()
The updated job. Only the job state is updatable; other fields will be ignored.
.google.dataflow.v1beta3.Job job = 3;
Type | Description |
JobOrBuilder |
getLocation()
public String getLocation()
The regional endpoint that contains this job.
string location = 4;
Type | Description |
String | The location. |
getLocationBytes()
public ByteString getLocationBytes()
The regional endpoint that contains this job.
string location = 4;
Type | Description |
ByteString | The bytes for location. |
getParserForType()
public Parser<UpdateJobRequest> getParserForType()
Type | Description |
Parser<UpdateJobRequest> |
getProjectId()
public String getProjectId()
The ID of the Cloud Platform project that the job belongs to.
string project_id = 1;
Type | Description |
String | The projectId. |
getProjectIdBytes()
public ByteString getProjectIdBytes()
The ID of the Cloud Platform project that the job belongs to.
string project_id = 1;
Type | Description |
ByteString | The bytes for projectId. |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hasJob()
public boolean hasJob()
The updated job. Only the job state is updatable; other fields will be ignored.
.google.dataflow.v1beta3.Job job = 3;
Type | Description |
boolean | Whether the job field is set. |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public UpdateJobRequest.Builder newBuilderForType()
Type | Description |
UpdateJobRequest.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected UpdateJobRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
UpdateJobRequest.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public UpdateJobRequest.Builder toBuilder()
Type | Description |
UpdateJobRequest.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |