public interface OpenOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getService()
public abstract String getService()Optional. An ADB service to use in the new stream.
 string service = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| String | The service. | 
getServiceBytes()
public abstract ByteString getServiceBytes()Optional. An ADB service to use in the new stream.
 string service = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for service. | 
getStreamId()
public abstract int getStreamId()Required. The unique ID that will be used to talk to this stream. This should probably just be a number that increments for each new Open request.
 int32 stream_id = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
| int | The streamId. |