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: 0.12.0
Show newest version
// 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; */ java.lang.String getMethod(); /** *
   * API method that initiated this operation. Example:
   * `google.appengine.v1.Versions.CreateVersion`.
   * @OutputOnly
   * 
* * string method = 1; */ com.google.protobuf.ByteString getMethodBytes(); /** *
   * Time that this operation was created.
   * @OutputOnly
   * 
* * .google.protobuf.Timestamp insert_time = 2; */ boolean hasInsertTime(); /** *
   * Time that this operation was created.
   * @OutputOnly
   * 
* * .google.protobuf.Timestamp insert_time = 2; */ 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; */ boolean hasEndTime(); /** *
   * Time that this operation completed.
   * @OutputOnly
   * 
* * .google.protobuf.Timestamp end_time = 3; */ 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; */ java.lang.String getUser(); /** *
   * User who requested this operation.
   * @OutputOnly
   * 
* * string user = 4; */ com.google.protobuf.ByteString getUserBytes(); /** *
   * Name of the resource that this operation is acting on. Example:
   * `apps/myapp/services/default`.
   * @OutputOnly
   * 
* * string target = 5; */ java.lang.String getTarget(); /** *
   * Name of the resource that this operation is acting on. Example:
   * `apps/myapp/services/default`.
   * @OutputOnly
   * 
* * string target = 5; */ com.google.protobuf.ByteString getTargetBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy