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

shade.polaris.com.google.longrunning.GetOperationRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.15.5
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/longrunning/operations.proto

package com.google.longrunning;

public interface GetOperationRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.longrunning.GetOperationRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The name of the operation resource.
   * 
* * string name = 1; */ String getName(); /** *
   * The name of the operation resource.
   * 
* * string name = 1; */ com.google.protobuf.ByteString getNameBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy