Package org.a2aproject.sdk.compat03.grpc
Interface CreateTaskPushNotificationConfigRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CreateTaskPushNotificationConfigRequest,CreateTaskPushNotificationConfigRequest.Builder
@Generated
public interface CreateTaskPushNotificationConfigRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.a2a.v1.TaskPushNotificationConfig config = 3 [(.google.api.field_behavior) = REQUIRED];string config_id = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteStringstring config_id = 2 [(.google.api.field_behavior) = REQUIRED];.a2a.v1.TaskPushNotificationConfig config = 3 [(.google.api.field_behavior) = REQUIRED];The task resource for this config.com.google.protobuf.ByteStringThe task resource for this config.boolean.a2a.v1.TaskPushNotificationConfig config = 3 [(.google.api.field_behavior) = REQUIRED];Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getParent
String getParent()The task resource for this config. Format: tasks/{id}string parent = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The parent.
-
getParentBytes
com.google.protobuf.ByteString getParentBytes()The task resource for this config. Format: tasks/{id}string parent = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for parent.
-
getConfigId
String getConfigId()string config_id = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The configId.
-
getConfigIdBytes
com.google.protobuf.ByteString getConfigIdBytes()string config_id = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for configId.
-
hasConfig
boolean hasConfig().a2a.v1.TaskPushNotificationConfig config = 3 [(.google.api.field_behavior) = REQUIRED];- Returns:
- Whether the config field is set.
-
getConfig
TaskPushNotificationConfig getConfig().a2a.v1.TaskPushNotificationConfig config = 3 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The config.
-
getConfigOrBuilder
TaskPushNotificationConfigOrBuilder getConfigOrBuilder().a2a.v1.TaskPushNotificationConfig config = 3 [(.google.api.field_behavior) = REQUIRED];
-