Interface VerifyNotificationChannelRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getCode()
      Required.
      com.google.protobuf.ByteString getCodeBytes()
      Required.
      String getName()
      Required.
      com.google.protobuf.ByteString getNameBytes()
      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

      • getName

        String getName()
         Required. The notification channel to verify.
         
        string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Required. The notification channel to verify.
         
        string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for name.
      • getCode

        String getCode()
         Required. The verification code that was delivered to the channel as
         a result of invoking the `SendNotificationChannelVerificationCode` API
         method or that was retrieved from a verified channel via
         `GetNotificationChannelVerificationCode`. For example, one might have
         "G-123456" or "TKNZGhhd2EyN3I1MnRnMjRv" (in general, one is only
         guaranteed that the code is valid UTF-8; one should not
         make any assumptions regarding the structure or format of the code).
         
        string code = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The code.
      • getCodeBytes

        com.google.protobuf.ByteString getCodeBytes()
         Required. The verification code that was delivered to the channel as
         a result of invoking the `SendNotificationChannelVerificationCode` API
         method or that was retrieved from a verified channel via
         `GetNotificationChannelVerificationCode`. For example, one might have
         "G-123456" or "TKNZGhhd2EyN3I1MnRnMjRv" (in general, one is only
         guaranteed that the code is valid UTF-8; one should not
         make any assumptions regarding the structure or format of the code).
         
        string code = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for code.