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

com.google.appengine.v1.OperationMetadataV1OrBuilder Maven / Gradle / Ivy

There is a newer version: 2.54.0
Show newest version
/*
 * Copyright 2023 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/appengine/v1/operation.proto

package com.google.appengine.v1;

public interface OperationMetadataV1OrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.appengine.v1.OperationMetadataV1)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * API method that initiated this operation. Example:
   * `google.appengine.v1.Versions.CreateVersion`.
   *
   * @OutputOnly
   * 
* * string method = 1; * * @return The method. */ java.lang.String getMethod(); /** * * *
   * API method that initiated this operation. Example:
   * `google.appengine.v1.Versions.CreateVersion`.
   *
   * @OutputOnly
   * 
* * string method = 1; * * @return The bytes for method. */ com.google.protobuf.ByteString getMethodBytes(); /** * * *
   * Time that this operation was created.
   *
   * @OutputOnly
   * 
* * .google.protobuf.Timestamp insert_time = 2; * * @return Whether the insertTime field is set. */ boolean hasInsertTime(); /** * * *
   * Time that this operation was created.
   *
   * @OutputOnly
   * 
* * .google.protobuf.Timestamp insert_time = 2; * * @return The insertTime. */ com.google.protobuf.Timestamp getInsertTime(); /** * * *
   * Time that this operation was created.
   *
   * @OutputOnly
   * 
* * .google.protobuf.Timestamp insert_time = 2; */ com.google.protobuf.TimestampOrBuilder getInsertTimeOrBuilder(); /** * * *
   * Time that this operation completed.
   *
   * @OutputOnly
   * 
* * .google.protobuf.Timestamp end_time = 3; * * @return Whether the endTime field is set. */ boolean hasEndTime(); /** * * *
   * Time that this operation completed.
   *
   * @OutputOnly
   * 
* * .google.protobuf.Timestamp end_time = 3; * * @return The endTime. */ com.google.protobuf.Timestamp getEndTime(); /** * * *
   * Time that this operation completed.
   *
   * @OutputOnly
   * 
* * .google.protobuf.Timestamp end_time = 3; */ com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder(); /** * * *
   * User who requested this operation.
   *
   * @OutputOnly
   * 
* * string user = 4; * * @return The user. */ java.lang.String getUser(); /** * * *
   * User who requested this operation.
   *
   * @OutputOnly
   * 
* * string user = 4; * * @return The bytes for user. */ com.google.protobuf.ByteString getUserBytes(); /** * * *
   * Name of the resource that this operation is acting on. Example:
   * `apps/myapp/services/default`.
   *
   * @OutputOnly
   * 
* * string target = 5; * * @return The target. */ java.lang.String getTarget(); /** * * *
   * Name of the resource that this operation is acting on. Example:
   * `apps/myapp/services/default`.
   *
   * @OutputOnly
   * 
* * string target = 5; * * @return The bytes for target. */ com.google.protobuf.ByteString getTargetBytes(); /** * * *
   * Ephemeral message that may change every time the operation is polled.
   * @OutputOnly
   * 
* * string ephemeral_message = 6; * * @return The ephemeralMessage. */ java.lang.String getEphemeralMessage(); /** * * *
   * Ephemeral message that may change every time the operation is polled.
   * @OutputOnly
   * 
* * string ephemeral_message = 6; * * @return The bytes for ephemeralMessage. */ com.google.protobuf.ByteString getEphemeralMessageBytes(); /** * * *
   * Durable messages that persist on every operation poll.
   * @OutputOnly
   * 
* * repeated string warning = 7; * * @return A list containing the warning. */ java.util.List getWarningList(); /** * * *
   * Durable messages that persist on every operation poll.
   * @OutputOnly
   * 
* * repeated string warning = 7; * * @return The count of warning. */ int getWarningCount(); /** * * *
   * Durable messages that persist on every operation poll.
   * @OutputOnly
   * 
* * repeated string warning = 7; * * @param index The index of the element to return. * @return The warning at the given index. */ java.lang.String getWarning(int index); /** * * *
   * Durable messages that persist on every operation poll.
   * @OutputOnly
   * 
* * repeated string warning = 7; * * @param index The index of the value to return. * @return The bytes of the warning at the given index. */ com.google.protobuf.ByteString getWarningBytes(int index); /** * .google.appengine.v1.CreateVersionMetadataV1 create_version_metadata = 8; * * @return Whether the createVersionMetadata field is set. */ boolean hasCreateVersionMetadata(); /** * .google.appengine.v1.CreateVersionMetadataV1 create_version_metadata = 8; * * @return The createVersionMetadata. */ com.google.appengine.v1.CreateVersionMetadataV1 getCreateVersionMetadata(); /** .google.appengine.v1.CreateVersionMetadataV1 create_version_metadata = 8; */ com.google.appengine.v1.CreateVersionMetadataV1OrBuilder getCreateVersionMetadataOrBuilder(); com.google.appengine.v1.OperationMetadataV1.MethodMetadataCase getMethodMetadataCase(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy