Package com.google.cloud.dataproc.v1
Interface RuntimeInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RuntimeInfo,RuntimeInfo.Builder
public interface RuntimeInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsEndpoints(String key)Output only.UsageMetricsgetApproximateUsage()Output only.UsageMetricsOrBuildergetApproximateUsageOrBuilder()Output only.UsageSnapshotgetCurrentUsage()Output only.UsageSnapshotOrBuildergetCurrentUsageOrBuilder()Output only.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.booleanhasApproximateUsage()Output only.booleanhasCurrentUsage()Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getEndpointsCount
int getEndpointsCount()
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
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];
-
getEndpoints
@Deprecated Map<String,String> getEndpoints()
Deprecated.UsegetEndpointsMap()instead.
-
getEndpointsMap
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];
-
getEndpointsOrDefault
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];
-
getEndpointsOrThrow
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];
-
getOutputUri
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];- Returns:
- The outputUri.
-
getOutputUriBytes
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];- Returns:
- The bytes for outputUri.
-
getDiagnosticOutputUri
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];- Returns:
- The diagnosticOutputUri.
-
getDiagnosticOutputUriBytes
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];- Returns:
- The bytes for diagnosticOutputUri.
-
hasApproximateUsage
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];- Returns:
- Whether the approximateUsage field is set.
-
getApproximateUsage
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];- Returns:
- The approximateUsage.
-
getApproximateUsageOrBuilder
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];
-
hasCurrentUsage
boolean hasCurrentUsage()
Output only. Snapshot of current workload resource usage.
.google.cloud.dataproc.v1.UsageSnapshot current_usage = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the currentUsage field is set.
-
getCurrentUsage
UsageSnapshot getCurrentUsage()
Output only. Snapshot of current workload resource usage.
.google.cloud.dataproc.v1.UsageSnapshot current_usage = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The currentUsage.
-
getCurrentUsageOrBuilder
UsageSnapshotOrBuilder getCurrentUsageOrBuilder()
Output only. Snapshot of current workload resource usage.
.google.cloud.dataproc.v1.UsageSnapshot current_usage = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
-