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

com.google.cloud.notebooks.v1.OperationMetadataOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.52.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/notebooks/v1/service.proto

// Protobuf Java Version: 3.25.3
package com.google.cloud.notebooks.v1;

public interface OperationMetadataOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.notebooks.v1.OperationMetadata)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * The time the operation was created.
   * 
* * .google.protobuf.Timestamp create_time = 1; * * @return Whether the createTime field is set. */ boolean hasCreateTime(); /** * * *
   * The time the operation was created.
   * 
* * .google.protobuf.Timestamp create_time = 1; * * @return The createTime. */ com.google.protobuf.Timestamp getCreateTime(); /** * * *
   * The time the operation was created.
   * 
* * .google.protobuf.Timestamp create_time = 1; */ com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder(); /** * * *
   * The time the operation finished running.
   * 
* * .google.protobuf.Timestamp end_time = 2; * * @return Whether the endTime field is set. */ boolean hasEndTime(); /** * * *
   * The time the operation finished running.
   * 
* * .google.protobuf.Timestamp end_time = 2; * * @return The endTime. */ com.google.protobuf.Timestamp getEndTime(); /** * * *
   * The time the operation finished running.
   * 
* * .google.protobuf.Timestamp end_time = 2; */ com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder(); /** * * *
   * Server-defined resource path for the target of the operation.
   * 
* * string target = 3; * * @return The target. */ java.lang.String getTarget(); /** * * *
   * Server-defined resource path for the target of the operation.
   * 
* * string target = 3; * * @return The bytes for target. */ com.google.protobuf.ByteString getTargetBytes(); /** * * *
   * Name of the verb executed by the operation.
   * 
* * string verb = 4; * * @return The verb. */ java.lang.String getVerb(); /** * * *
   * Name of the verb executed by the operation.
   * 
* * string verb = 4; * * @return The bytes for verb. */ com.google.protobuf.ByteString getVerbBytes(); /** * * *
   * Human-readable status of the operation, if any.
   * 
* * string status_message = 5; * * @return The statusMessage. */ java.lang.String getStatusMessage(); /** * * *
   * Human-readable status of the operation, if any.
   * 
* * string status_message = 5; * * @return The bytes for statusMessage. */ com.google.protobuf.ByteString getStatusMessageBytes(); /** * * *
   * Identifies whether the user has requested cancellation
   * of the operation. Operations that have successfully been cancelled
   * have [Operation.error][] value with a
   * [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to `Code.CANCELLED`.
   * 
* * bool requested_cancellation = 6; * * @return The requestedCancellation. */ boolean getRequestedCancellation(); /** * * *
   * API version used to start the operation.
   * 
* * string api_version = 7; * * @return The apiVersion. */ java.lang.String getApiVersion(); /** * * *
   * API version used to start the operation.
   * 
* * string api_version = 7; * * @return The bytes for apiVersion. */ com.google.protobuf.ByteString getApiVersionBytes(); /** * * *
   * API endpoint name of this operation.
   * 
* * string endpoint = 8; * * @return The endpoint. */ java.lang.String getEndpoint(); /** * * *
   * API endpoint name of this operation.
   * 
* * string endpoint = 8; * * @return The bytes for endpoint. */ com.google.protobuf.ByteString getEndpointBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy