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

build.bazel.remote.logstream.v1.CreateLogStreamRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.2.13
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: build/bazel/remote/logstream/v1/remote_logstream.proto

// Protobuf Java Version: 3.25.3
package build.bazel.remote.logstream.v1;

public interface CreateLogStreamRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:build.bazel.remote.logstream.v1.CreateLogStreamRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Required. The parent resource of the created LogStream.
   * The list of valid types of parent resources of LogStreams is up to the
   * implementing server.
   * Example: projects/123
   * 
* * string parent = 1; * @return The parent. */ java.lang.String getParent(); /** *
   * Required. The parent resource of the created LogStream.
   * The list of valid types of parent resources of LogStreams is up to the
   * implementing server.
   * Example: projects/123
   * 
* * string parent = 1; * @return The bytes for parent. */ com.google.protobuf.ByteString getParentBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy