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 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];
      • 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];