All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloud.dataproc.v1.SessionOperationMetadataOrBuilder Maven / Gradle / Ivy

There is a newer version: 4.53.0
Show newest version
/*
 * Copyright 2024 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/cloud/dataproc/v1/operations.proto

// Protobuf Java Version: 3.25.5
package com.google.cloud.dataproc.v1;

public interface SessionOperationMetadataOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.dataproc.v1.SessionOperationMetadata)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * Name of the session for the operation.
   * 
* * string session = 1; * * @return The session. */ java.lang.String getSession(); /** * * *
   * Name of the session for the operation.
   * 
* * string session = 1; * * @return The bytes for session. */ com.google.protobuf.ByteString getSessionBytes(); /** * * *
   * Session UUID for the operation.
   * 
* * string session_uuid = 2; * * @return The sessionUuid. */ java.lang.String getSessionUuid(); /** * * *
   * Session UUID for the operation.
   * 
* * string session_uuid = 2; * * @return The bytes for sessionUuid. */ com.google.protobuf.ByteString getSessionUuidBytes(); /** * * *
   * The time when the operation was created.
   * 
* * .google.protobuf.Timestamp create_time = 3; * * @return Whether the createTime field is set. */ boolean hasCreateTime(); /** * * *
   * The time when the operation was created.
   * 
* * .google.protobuf.Timestamp create_time = 3; * * @return The createTime. */ com.google.protobuf.Timestamp getCreateTime(); /** * * *
   * The time when the operation was created.
   * 
* * .google.protobuf.Timestamp create_time = 3; */ com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder(); /** * * *
   * The time when the operation was finished.
   * 
* * .google.protobuf.Timestamp done_time = 4; * * @return Whether the doneTime field is set. */ boolean hasDoneTime(); /** * * *
   * The time when the operation was finished.
   * 
* * .google.protobuf.Timestamp done_time = 4; * * @return The doneTime. */ com.google.protobuf.Timestamp getDoneTime(); /** * * *
   * The time when the operation was finished.
   * 
* * .google.protobuf.Timestamp done_time = 4; */ com.google.protobuf.TimestampOrBuilder getDoneTimeOrBuilder(); /** * * *
   * The operation type.
   * 
* * * .google.cloud.dataproc.v1.SessionOperationMetadata.SessionOperationType operation_type = 6; * * * @return The enum numeric value on the wire for operationType. */ int getOperationTypeValue(); /** * * *
   * The operation type.
   * 
* * * .google.cloud.dataproc.v1.SessionOperationMetadata.SessionOperationType operation_type = 6; * * * @return The operationType. */ com.google.cloud.dataproc.v1.SessionOperationMetadata.SessionOperationType getOperationType(); /** * * *
   * Short description of the operation.
   * 
* * string description = 7; * * @return The description. */ java.lang.String getDescription(); /** * * *
   * Short description of the operation.
   * 
* * string description = 7; * * @return The bytes for description. */ com.google.protobuf.ByteString getDescriptionBytes(); /** * * *
   * Labels associated with the operation.
   * 
* * map<string, string> labels = 8; */ int getLabelsCount(); /** * * *
   * Labels associated with the operation.
   * 
* * map<string, string> labels = 8; */ boolean containsLabels(java.lang.String key); /** Use {@link #getLabelsMap()} instead. */ @java.lang.Deprecated java.util.Map getLabels(); /** * * *
   * Labels associated with the operation.
   * 
* * map<string, string> labels = 8; */ java.util.Map getLabelsMap(); /** * * *
   * Labels associated with the operation.
   * 
* * map<string, string> labels = 8; */ /* nullable */ java.lang.String getLabelsOrDefault( java.lang.String key, /* nullable */ java.lang.String defaultValue); /** * * *
   * Labels associated with the operation.
   * 
* * map<string, string> labels = 8; */ java.lang.String getLabelsOrThrow(java.lang.String key); /** * * *
   * Warnings encountered during operation execution.
   * 
* * repeated string warnings = 9; * * @return A list containing the warnings. */ java.util.List getWarningsList(); /** * * *
   * Warnings encountered during operation execution.
   * 
* * repeated string warnings = 9; * * @return The count of warnings. */ int getWarningsCount(); /** * * *
   * Warnings encountered during operation execution.
   * 
* * repeated string warnings = 9; * * @param index The index of the element to return. * @return The warnings at the given index. */ java.lang.String getWarnings(int index); /** * * *
   * Warnings encountered during operation execution.
   * 
* * repeated string warnings = 9; * * @param index The index of the value to return. * @return The bytes of the warnings at the given index. */ com.google.protobuf.ByteString getWarningsBytes(int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy