Interface UnregisterSubscriberRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getAccount()
      Required.
      com.google.protobuf.ByteString getAccountBytes()
      Required.
      String getServiceAccount()
      Required.
      com.google.protobuf.ByteString getServiceAccountBytes()
      Required.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getAccount

        String getAccount()
         Required. Resource name of the account.
         
        string account = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The account.
      • getAccountBytes

        com.google.protobuf.ByteString getAccountBytes()
         Required. Resource name of the account.
         
        string account = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for account.
      • getServiceAccount

        String getServiceAccount()
         Required. Service account to unregister from subscriber access to the
         topic.
         
        string service_account = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The serviceAccount.
      • getServiceAccountBytes

        com.google.protobuf.ByteString getServiceAccountBytes()
         Required. Service account to unregister from subscriber access to the
         topic.
         
        string service_account = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for serviceAccount.