Interface TaskPushNotificationConfigOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
TaskPushNotificationConfig, TaskPushNotificationConfig.Builder

@Generated public interface TaskPushNotificationConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    name=tasks/{id}/pushNotificationConfigs/{id}
    com.google.protobuf.ByteString
    name=tasks/{id}/pushNotificationConfigs/{id}
    .a2a.v1.PushNotificationConfig push_notification_config = 2;
    .a2a.v1.PushNotificationConfig push_notification_config = 2;
    boolean
    .a2a.v1.PushNotificationConfig push_notification_config = 2;

    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 Details

    • getName

      String getName()
       name=tasks/{id}/pushNotificationConfigs/{id}
       
      string name = 1;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       name=tasks/{id}/pushNotificationConfigs/{id}
       
      string name = 1;
      Returns:
      The bytes for name.
    • hasPushNotificationConfig

      boolean hasPushNotificationConfig()
      .a2a.v1.PushNotificationConfig push_notification_config = 2;
      Returns:
      Whether the pushNotificationConfig field is set.
    • getPushNotificationConfig

      PushNotificationConfig getPushNotificationConfig()
      .a2a.v1.PushNotificationConfig push_notification_config = 2;
      Returns:
      The pushNotificationConfig.
    • getPushNotificationConfigOrBuilder

      PushNotificationConfigOrBuilder getPushNotificationConfigOrBuilder()
      .a2a.v1.PushNotificationConfig push_notification_config = 2;