public final class RuntimeInfo extends com.google.protobuf.GeneratedMessageV3 implements RuntimeInfoOrBuilder
Runtime information about workload execution.Protobuf type
google.cloud.dataproc.v1.RuntimeInfo| Modifier and Type | Class and Description |
|---|---|
static class |
RuntimeInfo.Builder
Runtime information about workload execution.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
APPROXIMATE_USAGE_FIELD_NUMBER |
static int |
CURRENT_USAGE_FIELD_NUMBER |
static int |
DIAGNOSTIC_OUTPUT_URI_FIELD_NUMBER |
static int |
ENDPOINTS_FIELD_NUMBER |
static int |
OUTPUT_URI_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsEndpoints(String key)
Output only.
|
boolean |
equals(Object obj) |
UsageMetrics |
getApproximateUsage()
Output only.
|
UsageMetricsOrBuilder |
getApproximateUsageOrBuilder()
Output only.
|
UsageSnapshot |
getCurrentUsage()
Output only.
|
UsageSnapshotOrBuilder |
getCurrentUsageOrBuilder()
Output only.
|
static RuntimeInfo |
getDefaultInstance() |
RuntimeInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getDiagnosticOutputUri()
Output only.
|
com.google.protobuf.ByteString |
getDiagnosticOutputUriBytes()
Output only.
|
Map<String,String> |
getEndpoints()
Deprecated.
|
int |
getEndpointsCount()
Output only.
|
Map<String,String> |
getEndpointsMap()
Output only.
|
String |
getEndpointsOrDefault(String key,
String defaultValue)
Output only.
|
String |
getEndpointsOrThrow(String key)
Output only.
|
String |
getOutputUri()
Output only.
|
com.google.protobuf.ByteString |
getOutputUriBytes()
Output only.
|
com.google.protobuf.Parser<RuntimeInfo> |
getParserForType() |
int |
getSerializedSize() |
boolean |
hasApproximateUsage()
Output only.
|
boolean |
hasCurrentUsage()
Output only.
|
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapFieldReflectionAccessor |
internalGetMapFieldReflection(int number) |
boolean |
isInitialized() |
static RuntimeInfo.Builder |
newBuilder() |
static RuntimeInfo.Builder |
newBuilder(RuntimeInfo prototype) |
RuntimeInfo.Builder |
newBuilderForType() |
protected RuntimeInfo.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static RuntimeInfo |
parseDelimitedFrom(InputStream input) |
static RuntimeInfo |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RuntimeInfo |
parseFrom(byte[] data) |
static RuntimeInfo |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RuntimeInfo |
parseFrom(ByteBuffer data) |
static RuntimeInfo |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RuntimeInfo |
parseFrom(com.google.protobuf.ByteString data) |
static RuntimeInfo |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RuntimeInfo |
parseFrom(com.google.protobuf.CodedInputStream input) |
static RuntimeInfo |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RuntimeInfo |
parseFrom(InputStream input) |
static RuntimeInfo |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<RuntimeInfo> |
parser() |
RuntimeInfo.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int ENDPOINTS_FIELD_NUMBER
public static final int OUTPUT_URI_FIELD_NUMBER
public static final int DIAGNOSTIC_OUTPUT_URI_FIELD_NUMBER
public static final int APPROXIMATE_USAGE_FIELD_NUMBER
public static final int CURRENT_USAGE_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
internalGetMapFieldReflection in class com.google.protobuf.GeneratedMessageV3protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public int getEndpointsCount()
RuntimeInfoOrBuilderOutput only. Map of remote access endpoints (such as web interfaces and APIs) to their URIs.
map<string, string> endpoints = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
getEndpointsCount in interface RuntimeInfoOrBuilderpublic boolean containsEndpoints(String key)
Output only. Map of remote access endpoints (such as web interfaces and APIs) to their URIs.
map<string, string> endpoints = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
containsEndpoints in interface RuntimeInfoOrBuilder@Deprecated public Map<String,String> getEndpoints()
getEndpointsMap() instead.getEndpoints in interface RuntimeInfoOrBuilderpublic Map<String,String> getEndpointsMap()
Output only. Map of remote access endpoints (such as web interfaces and APIs) to their URIs.
map<string, string> endpoints = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
getEndpointsMap in interface RuntimeInfoOrBuilderpublic String getEndpointsOrDefault(String key, String defaultValue)
Output only. Map of remote access endpoints (such as web interfaces and APIs) to their URIs.
map<string, string> endpoints = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
getEndpointsOrDefault in interface RuntimeInfoOrBuilderpublic String getEndpointsOrThrow(String key)
Output only. Map of remote access endpoints (such as web interfaces and APIs) to their URIs.
map<string, string> endpoints = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
getEndpointsOrThrow in interface RuntimeInfoOrBuilderpublic String getOutputUri()
Output only. A URI pointing to the location of the stdout and stderr of the workload.
string output_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];getOutputUri in interface RuntimeInfoOrBuilderpublic com.google.protobuf.ByteString getOutputUriBytes()
Output only. A URI pointing to the location of the stdout and stderr of the workload.
string output_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];getOutputUriBytes in interface RuntimeInfoOrBuilderpublic String getDiagnosticOutputUri()
Output only. A URI pointing to the location of the diagnostics tarball.
string diagnostic_output_uri = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];getDiagnosticOutputUri in interface RuntimeInfoOrBuilderpublic com.google.protobuf.ByteString getDiagnosticOutputUriBytes()
Output only. A URI pointing to the location of the diagnostics tarball.
string diagnostic_output_uri = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];getDiagnosticOutputUriBytes in interface RuntimeInfoOrBuilderpublic boolean hasApproximateUsage()
Output only. Approximate workload resource usage, calculated when the workload completes (see [Dataproc Serverless pricing] (https://cloud.google.com/dataproc-serverless/pricing)). **Note:** This metric calculation may change in the future, for example, to capture cumulative workload resource consumption during workload execution (see the [Dataproc Serverless release notes] (https://cloud.google.com/dataproc-serverless/docs/release-notes) for announcements, changes, fixes and other Dataproc developments).
.google.cloud.dataproc.v1.UsageMetrics approximate_usage = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasApproximateUsage in interface RuntimeInfoOrBuilderpublic UsageMetrics getApproximateUsage()
Output only. Approximate workload resource usage, calculated when the workload completes (see [Dataproc Serverless pricing] (https://cloud.google.com/dataproc-serverless/pricing)). **Note:** This metric calculation may change in the future, for example, to capture cumulative workload resource consumption during workload execution (see the [Dataproc Serverless release notes] (https://cloud.google.com/dataproc-serverless/docs/release-notes) for announcements, changes, fixes and other Dataproc developments).
.google.cloud.dataproc.v1.UsageMetrics approximate_usage = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
getApproximateUsage in interface RuntimeInfoOrBuilderpublic UsageMetricsOrBuilder getApproximateUsageOrBuilder()
Output only. Approximate workload resource usage, calculated when the workload completes (see [Dataproc Serverless pricing] (https://cloud.google.com/dataproc-serverless/pricing)). **Note:** This metric calculation may change in the future, for example, to capture cumulative workload resource consumption during workload execution (see the [Dataproc Serverless release notes] (https://cloud.google.com/dataproc-serverless/docs/release-notes) for announcements, changes, fixes and other Dataproc developments).
.google.cloud.dataproc.v1.UsageMetrics approximate_usage = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
getApproximateUsageOrBuilder in interface RuntimeInfoOrBuilderpublic boolean hasCurrentUsage()
Output only. Snapshot of current workload resource usage.
.google.cloud.dataproc.v1.UsageSnapshot current_usage = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasCurrentUsage in interface RuntimeInfoOrBuilderpublic UsageSnapshot getCurrentUsage()
Output only. Snapshot of current workload resource usage.
.google.cloud.dataproc.v1.UsageSnapshot current_usage = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
getCurrentUsage in interface RuntimeInfoOrBuilderpublic UsageSnapshotOrBuilder getCurrentUsageOrBuilder()
Output only. Snapshot of current workload resource usage.
.google.cloud.dataproc.v1.UsageSnapshot current_usage = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
getCurrentUsageOrBuilder in interface RuntimeInfoOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static RuntimeInfo parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RuntimeInfo parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RuntimeInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RuntimeInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RuntimeInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RuntimeInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RuntimeInfo parseFrom(InputStream input) throws IOException
IOExceptionpublic static RuntimeInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RuntimeInfo parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static RuntimeInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RuntimeInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static RuntimeInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic RuntimeInfo.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static RuntimeInfo.Builder newBuilder()
public static RuntimeInfo.Builder newBuilder(RuntimeInfo prototype)
public RuntimeInfo.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected RuntimeInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static RuntimeInfo getDefaultInstance()
public static com.google.protobuf.Parser<RuntimeInfo> parser()
public com.google.protobuf.Parser<RuntimeInfo> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public RuntimeInfo getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024 Google LLC. All rights reserved.