![JAR search and dependency download from the Maven repository](/logo.png)
build.bazel.remote.logstream.v1.CreateLogStreamRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of remote-cache Show documentation
Show all versions of remote-cache Show documentation
Bitrise remote cache implementation for Gradle
// 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