public final class GetJobMetricsRequest extends GeneratedMessageV3 implements GetJobMetricsRequestOrBuilder
Request to get job metrics.
Protobuf type google.dataflow.v1beta3.GetJobMetricsRequest
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
JOB_ID_FIELD_NUMBER
public static final int JOB_ID_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
LOCATION_FIELD_NUMBER
public static final int LOCATION_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
PROJECT_ID_FIELD_NUMBER
public static final int PROJECT_ID_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
START_TIME_FIELD_NUMBER
public static final int START_TIME_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static GetJobMetricsRequest getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static GetJobMetricsRequest.Builder newBuilder()
newBuilder(GetJobMetricsRequest prototype)
public static GetJobMetricsRequest.Builder newBuilder(GetJobMetricsRequest prototype)
public static GetJobMetricsRequest parseDelimitedFrom(InputStream input)
public static GetJobMetricsRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static GetJobMetricsRequest parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static GetJobMetricsRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static GetJobMetricsRequest parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GetJobMetricsRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GetJobMetricsRequest parseFrom(CodedInputStream input)
public static GetJobMetricsRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static GetJobMetricsRequest parseFrom(InputStream input)
public static GetJobMetricsRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static GetJobMetricsRequest parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static GetJobMetricsRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<GetJobMetricsRequest> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDefaultInstanceForType()
public GetJobMetricsRequest getDefaultInstanceForType()
getJobId()
The job to get metrics for.
string job_id = 2;
Returns |
---|
Type | Description |
String | The jobId.
|
getJobIdBytes()
public ByteString getJobIdBytes()
The job to get metrics for.
string job_id = 2;
Returns |
---|
Type | Description |
ByteString | The bytes for jobId.
|
getLocation()
public String getLocation()
The regional endpoint that
contains the job specified by job_id.
string location = 4;
Returns |
---|
Type | Description |
String | The location.
|
getLocationBytes()
public ByteString getLocationBytes()
The regional endpoint that
contains the job specified by job_id.
string location = 4;
Returns |
---|
Type | Description |
ByteString | The bytes for location.
|
getParserForType()
public Parser<GetJobMetricsRequest> getParserForType()
Overrides
getProjectId()
public String getProjectId()
A project id.
string project_id = 1;
Returns |
---|
Type | Description |
String | The projectId.
|
getProjectIdBytes()
public ByteString getProjectIdBytes()
A project id.
string project_id = 1;
Returns |
---|
Type | Description |
ByteString | The bytes for projectId.
|
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
getStartTime()
public Timestamp getStartTime()
Return only metric data that has changed since this time.
Default is to return all information about all metrics for the job.
.google.protobuf.Timestamp start_time = 3;
Returns |
---|
Type | Description |
Timestamp | The startTime.
|
getStartTimeOrBuilder()
public TimestampOrBuilder getStartTimeOrBuilder()
Return only metric data that has changed since this time.
Default is to return all information about all metrics for the job.
.google.protobuf.Timestamp start_time = 3;
hasStartTime()
public boolean hasStartTime()
Return only metric data that has changed since this time.
Default is to return all information about all metrics for the job.
.google.protobuf.Timestamp start_time = 3;
Returns |
---|
Type | Description |
boolean | Whether the startTime field is set.
|
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public GetJobMetricsRequest.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected GetJobMetricsRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public GetJobMetricsRequest.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides