-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Expand file tree
/
Copy pathCreateLogServiceSinkRequestOrBuilder.java
More file actions
52 lines (48 loc) · 1.27 KB
/
CreateLogServiceSinkRequestOrBuilder.java
File metadata and controls
52 lines (48 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/logging/v1/logging_config.proto
package com.google.logging.v1;
public interface CreateLogServiceSinkRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.logging.v1.CreateLogServiceSinkRequest)
com.google.protobuf.MessageOrBuilder {
/**
* <code>optional string service_name = 1;</code>
*
* <pre>
* The resource name of the log service to which the sink is bound.
* </pre>
*/
java.lang.String getServiceName();
/**
* <code>optional string service_name = 1;</code>
*
* <pre>
* The resource name of the log service to which the sink is bound.
* </pre>
*/
com.google.protobuf.ByteString
getServiceNameBytes();
/**
* <code>optional .google.logging.v1.LogSink sink = 2;</code>
*
* <pre>
* The new log service sink.
* </pre>
*/
boolean hasSink();
/**
* <code>optional .google.logging.v1.LogSink sink = 2;</code>
*
* <pre>
* The new log service sink.
* </pre>
*/
com.google.logging.v1.LogSink getSink();
/**
* <code>optional .google.logging.v1.LogSink sink = 2;</code>
*
* <pre>
* The new log service sink.
* </pre>
*/
com.google.logging.v1.LogSinkOrBuilder getSinkOrBuilder();
}