![JAR search and dependency download from the Maven repository](/logo.png)
com.google.logging.v2.CreateSinkRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/logging/v2/logging_config.proto
package com.google.logging.v2;
public interface CreateSinkRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.logging.v2.CreateSinkRequest)
com.google.protobuf.MessageOrBuilder {
/**
* optional string project_name = 1;
*
*
* The resource name of the project in which to create the sink.
* Example: `"projects/my-project-id"`.
* The new sink must be provided in the request.
*
*/
java.lang.String getProjectName();
/**
* optional string project_name = 1;
*
*
* The resource name of the project in which to create the sink.
* Example: `"projects/my-project-id"`.
* The new sink must be provided in the request.
*
*/
com.google.protobuf.ByteString
getProjectNameBytes();
/**
* optional .google.logging.v2.LogSink sink = 2;
*
*
* The new sink, which must not have an identifier that already
* exists.
*
*/
boolean hasSink();
/**
* optional .google.logging.v2.LogSink sink = 2;
*
*
* The new sink, which must not have an identifier that already
* exists.
*
*/
com.google.logging.v2.LogSink getSink();
/**
* optional .google.logging.v2.LogSink sink = 2;
*
*
* The new sink, which must not have an identifier that already
* exists.
*
*/
com.google.logging.v2.LogSinkOrBuilder getSinkOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy