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

com.google.logging.v2.GetSinkRequestOrBuilder 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 GetSinkRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.logging.v2.GetSinkRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional string sink_name = 1;
   *
   * 
   * The resource name of the sink to return.
   * Example: `"projects/my-project-id/sinks/my-sink-id"`.
   * 
*/ java.lang.String getSinkName(); /** * optional string sink_name = 1; * *
   * The resource name of the sink to return.
   * Example: `"projects/my-project-id/sinks/my-sink-id"`.
   * 
*/ com.google.protobuf.ByteString getSinkNameBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy