public interface StreamStatusOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFail()
public abstract Fail getFail()Fail for failure.
 .google.cloud.devicestreaming.v1.Fail fail = 3;
| Returns | |
|---|---|
| Type | Description | 
| Fail | The fail. | 
getFailOrBuilder()
public abstract FailOrBuilder getFailOrBuilder()Fail for failure.
 .google.cloud.devicestreaming.v1.Fail fail = 3;
| Returns | |
|---|---|
| Type | Description | 
| FailOrBuilder | |
getOkay()
public abstract Okay getOkay()Okay for success.
 .google.cloud.devicestreaming.v1.Okay okay = 2;
| Returns | |
|---|---|
| Type | Description | 
| Okay | The okay. | 
getOkayOrBuilder()
public abstract OkayOrBuilder getOkayOrBuilder()Okay for success.
 .google.cloud.devicestreaming.v1.Okay okay = 2;
| Returns | |
|---|---|
| Type | Description | 
| OkayOrBuilder | |
getStatusCase()
public abstract StreamStatus.StatusCase getStatusCase()| Returns | |
|---|---|
| Type | Description | 
| StreamStatus.StatusCase | |
getStreamId()
public abstract int getStreamId()The unique ID of this stream, assigned by the client.
 int32 stream_id = 1;
| Returns | |
|---|---|
| Type | Description | 
| int | The streamId. | 
hasFail()
public abstract boolean hasFail()Fail for failure.
 .google.cloud.devicestreaming.v1.Fail fail = 3;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the fail field is set. | 
hasOkay()
public abstract boolean hasOkay()Okay for success.
 .google.cloud.devicestreaming.v1.Okay okay = 2;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the okay field is set. |