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 boolean
containsEndpoints(String key)
Output only.UsageMetrics
getApproximateUsage()
Output only.UsageMetricsOrBuilder
getApproximateUsageOrBuilder()
Output only.UsageSnapshot
getCurrentUsage()
Output only.UsageSnapshotOrBuilder
getCurrentUsageOrBuilder()
Output only.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.boolean
hasApproximateUsage()
Output only.boolean
hasCurrentUsage()
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];
-
-