Package com.google.cloud.dataproc.v1
Class RuntimeInfo
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.cloud.dataproc.v1.RuntimeInfo
-
- All Implemented Interfaces:
RuntimeInfoOrBuilder,com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Serializable
public final class RuntimeInfo extends com.google.protobuf.GeneratedMessageV3 implements RuntimeInfoOrBuilder
Runtime information about workload execution.
Protobuf typegoogle.cloud.dataproc.v1.RuntimeInfo- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRuntimeInfo.BuilderRuntime information about workload execution.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
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
-
-
Field Summary
Fields Modifier and Type Field Description static intAPPROXIMATE_USAGE_FIELD_NUMBERstatic intCURRENT_USAGE_FIELD_NUMBERstatic intDIAGNOSTIC_OUTPUT_URI_FIELD_NUMBERstatic intENDPOINTS_FIELD_NUMBERstatic intOUTPUT_URI_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleancontainsEndpoints(String key)Output only.booleanequals(Object obj)UsageMetricsgetApproximateUsage()Output only.UsageMetricsOrBuildergetApproximateUsageOrBuilder()Output only.UsageSnapshotgetCurrentUsage()Output only.UsageSnapshotOrBuildergetCurrentUsageOrBuilder()Output only.static RuntimeInfogetDefaultInstance()RuntimeInfogetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()StringgetDiagnosticOutputUri()Output only.com.google.protobuf.ByteStringgetDiagnosticOutputUriBytes()Output only.Map<String,String>getEndpoints()Deprecated.intgetEndpointsCount()Output only.Map<String,String>getEndpointsMap()Output only.StringgetEndpointsOrDefault(String key, String defaultValue)Output only.StringgetEndpointsOrThrow(String key)Output only.StringgetOutputUri()Output only.com.google.protobuf.ByteStringgetOutputUriBytes()Output only.com.google.protobuf.Parser<RuntimeInfo>getParserForType()intgetSerializedSize()booleanhasApproximateUsage()Output only.booleanhasCurrentUsage()Output only.inthashCode()protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()protected com.google.protobuf.MapFieldinternalGetMapField(int number)booleanisInitialized()static RuntimeInfo.BuildernewBuilder()static RuntimeInfo.BuildernewBuilder(RuntimeInfo prototype)RuntimeInfo.BuildernewBuilderForType()protected RuntimeInfo.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static RuntimeInfoparseDelimitedFrom(InputStream input)static RuntimeInfoparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RuntimeInfoparseFrom(byte[] data)static RuntimeInfoparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RuntimeInfoparseFrom(com.google.protobuf.ByteString data)static RuntimeInfoparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RuntimeInfoparseFrom(com.google.protobuf.CodedInputStream input)static RuntimeInfoparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RuntimeInfoparseFrom(InputStream input)static RuntimeInfoparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RuntimeInfoparseFrom(ByteBuffer data)static RuntimeInfoparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<RuntimeInfo>parser()RuntimeInfo.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isStringEmpty, makeExtensionsImmutable, 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, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
ENDPOINTS_FIELD_NUMBER
public static final int ENDPOINTS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
OUTPUT_URI_FIELD_NUMBER
public static final int OUTPUT_URI_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DIAGNOSTIC_OUTPUT_URI_FIELD_NUMBER
public static final int DIAGNOSTIC_OUTPUT_URI_FIELD_NUMBER
- See Also:
- Constant Field Values
-
APPROXIMATE_USAGE_FIELD_NUMBER
public static final int APPROXIMATE_USAGE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CURRENT_USAGE_FIELD_NUMBER
public static final int CURRENT_USAGE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetMapField
protected com.google.protobuf.MapField internalGetMapField(int number)
- Overrides:
internalGetMapFieldin classcom.google.protobuf.GeneratedMessageV3
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getEndpointsCount
public int getEndpointsCount()
Description copied from interface: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];- Specified by:
getEndpointsCountin interfaceRuntimeInfoOrBuilder
-
containsEndpoints
public 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];- Specified by:
containsEndpointsin interfaceRuntimeInfoOrBuilder
-
getEndpoints
@Deprecated public Map<String,String> getEndpoints()
Deprecated.UsegetEndpointsMap()instead.- Specified by:
getEndpointsin interfaceRuntimeInfoOrBuilder
-
getEndpointsMap
public 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];- Specified by:
getEndpointsMapin interfaceRuntimeInfoOrBuilder
-
getEndpointsOrDefault
public 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];- Specified by:
getEndpointsOrDefaultin interfaceRuntimeInfoOrBuilder
-
getEndpointsOrThrow
public 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];- Specified by:
getEndpointsOrThrowin interfaceRuntimeInfoOrBuilder
-
getOutputUri
public 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];- Specified by:
getOutputUriin interfaceRuntimeInfoOrBuilder- Returns:
- The outputUri.
-
getOutputUriBytes
public 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];- Specified by:
getOutputUriBytesin interfaceRuntimeInfoOrBuilder- Returns:
- The bytes for outputUri.
-
getDiagnosticOutputUri
public 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];- Specified by:
getDiagnosticOutputUriin interfaceRuntimeInfoOrBuilder- Returns:
- The diagnosticOutputUri.
-
getDiagnosticOutputUriBytes
public 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];- Specified by:
getDiagnosticOutputUriBytesin interfaceRuntimeInfoOrBuilder- Returns:
- The bytes for diagnosticOutputUri.
-
hasApproximateUsage
public boolean hasApproximateUsage()
Output only. Approximate workload resource usage calculated after workload finishes (see [Dataproc Serverless pricing] (https://cloud.google.com/dataproc-serverless/pricing)).
.google.cloud.dataproc.v1.UsageMetrics approximate_usage = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
hasApproximateUsagein interfaceRuntimeInfoOrBuilder- Returns:
- Whether the approximateUsage field is set.
-
getApproximateUsage
public UsageMetrics getApproximateUsage()
Output only. Approximate workload resource usage calculated after workload finishes (see [Dataproc Serverless pricing] (https://cloud.google.com/dataproc-serverless/pricing)).
.google.cloud.dataproc.v1.UsageMetrics approximate_usage = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getApproximateUsagein interfaceRuntimeInfoOrBuilder- Returns:
- The approximateUsage.
-
getApproximateUsageOrBuilder
public UsageMetricsOrBuilder getApproximateUsageOrBuilder()
Output only. Approximate workload resource usage calculated after workload finishes (see [Dataproc Serverless pricing] (https://cloud.google.com/dataproc-serverless/pricing)).
.google.cloud.dataproc.v1.UsageMetrics approximate_usage = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getApproximateUsageOrBuilderin interfaceRuntimeInfoOrBuilder
-
hasCurrentUsage
public boolean hasCurrentUsage()
Output only. Snapshot of current workload resource usage.
.google.cloud.dataproc.v1.UsageSnapshot current_usage = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
hasCurrentUsagein interfaceRuntimeInfoOrBuilder- Returns:
- Whether the currentUsage field is set.
-
getCurrentUsage
public UsageSnapshot getCurrentUsage()
Output only. Snapshot of current workload resource usage.
.google.cloud.dataproc.v1.UsageSnapshot current_usage = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getCurrentUsagein interfaceRuntimeInfoOrBuilder- Returns:
- The currentUsage.
-
getCurrentUsageOrBuilder
public UsageSnapshotOrBuilder getCurrentUsageOrBuilder()
Output only. Snapshot of current workload resource usage.
.google.cloud.dataproc.v1.UsageSnapshot current_usage = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getCurrentUsageOrBuilderin interfaceRuntimeInfoOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static RuntimeInfo parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RuntimeInfo parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RuntimeInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RuntimeInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RuntimeInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RuntimeInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RuntimeInfo parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static RuntimeInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static RuntimeInfo parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static RuntimeInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static RuntimeInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static RuntimeInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public RuntimeInfo.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static RuntimeInfo.Builder newBuilder()
-
newBuilder
public static RuntimeInfo.Builder newBuilder(RuntimeInfo prototype)
-
toBuilder
public RuntimeInfo.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected RuntimeInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static RuntimeInfo getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<RuntimeInfo> parser()
-
getParserForType
public com.google.protobuf.Parser<RuntimeInfo> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public RuntimeInfo getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-