Interface ByteStreamProto.QueryWriteStatusRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
ByteStreamProto.QueryWriteStatusRequest, ByteStreamProto.QueryWriteStatusRequest.Builder
Enclosing class:
ByteStreamProto

public static interface ByteStreamProto.QueryWriteStatusRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The name of the resource whose write status is being requested.
    com.google.protobuf.ByteString
    The name of the resource whose write status is being requested.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getResourceName

      String getResourceName()
       The name of the resource whose write status is being requested.
       
      string resource_name = 1 [json_name = "resourceName"];
      Returns:
      The resourceName.
    • getResourceNameBytes

      com.google.protobuf.ByteString getResourceNameBytes()
       The name of the resource whose write status is being requested.
       
      string resource_name = 1 [json_name = "resourceName"];
      Returns:
      The bytes for resourceName.