com.google.appengine.v1.OperationMetadataV1OrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-appengine-v1 Show documentation
Show all versions of proto-google-appengine-v1 Show documentation
PROTO library for proto-google-appengine-v1
// 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