Webhooks.Webhook.Builder | 
Webhooks.Webhook.Builder.addAllEvents(java.lang.Iterable<? extends Webhooks.WebhookEvent> values) | 
 
 List of events this webhook is subscribed to 
 | 
Webhooks.Webhook.Builder | 
Webhooks.Webhook.Builder.addEvents(int index,
         Webhooks.WebhookEvent value) | 
 
 List of events this webhook is subscribed to 
 | 
Webhooks.Webhook.Builder | 
Webhooks.Webhook.Builder.addEvents(int index,
         Webhooks.WebhookEvent.Builder builderForValue) | 
 
 List of events this webhook is subscribed to 
 | 
Webhooks.Webhook.Builder | 
Webhooks.Webhook.Builder.addEvents(Webhooks.WebhookEvent value) | 
 
 List of events this webhook is subscribed to 
 | 
Webhooks.Webhook.Builder | 
Webhooks.Webhook.Builder.addEvents(Webhooks.WebhookEvent.Builder builderForValue) | 
 
 List of events this webhook is subscribed to 
 | 
Webhooks.Webhook.Builder | 
Webhooks.Webhook.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
                java.lang.Object value) | 
  | 
Webhooks.Webhook.Builder | 
Webhooks.ListWebhooks.Response.Builder.addWebhooksBuilder() | 
 
 List of webhooks 
 | 
Webhooks.Webhook.Builder | 
Webhooks.ListWebhooks.Response.Builder.addWebhooksBuilder(int index) | 
 
 List of webhooks 
 | 
Webhooks.Webhook.Builder | 
Webhooks.Webhook.Builder.clear() | 
  | 
Webhooks.Webhook.Builder | 
Webhooks.Webhook.Builder.clearCreationTimestamp() | 
 
 Timestamp when webhook was created 
 | 
Webhooks.Webhook.Builder | 
Webhooks.Webhook.Builder.clearDescription() | 
 
 Optional description for the webhook 
 | 
Webhooks.Webhook.Builder | 
Webhooks.Webhook.Builder.clearEvents() | 
 
 List of events this webhook is subscribed to 
 | 
Webhooks.Webhook.Builder | 
Webhooks.Webhook.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) | 
  | 
Webhooks.Webhook.Builder | 
Webhooks.Webhook.Builder.clearLastUpdatedTimestamp() | 
 
 Timestamp when webhook was last updated 
 | 
Webhooks.Webhook.Builder | 
Webhooks.Webhook.Builder.clearName() | 
 
 Name of the webhook 
 | 
Webhooks.Webhook.Builder | 
Webhooks.Webhook.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) | 
  | 
Webhooks.Webhook.Builder | 
Webhooks.Webhook.Builder.clearStatus() | 
 
 Current status of the webhook 
 | 
Webhooks.Webhook.Builder | 
Webhooks.Webhook.Builder.clearUrl() | 
 
 URL to send webhook events to 
 | 
Webhooks.Webhook.Builder | 
Webhooks.Webhook.Builder.clearWebhookId() | 
 
 Unique identifier for the webhook 
 | 
Webhooks.Webhook.Builder | 
Webhooks.Webhook.Builder.clone() | 
  | 
Webhooks.Webhook.Builder | 
Webhooks.CreateWebhook.Response.Builder.getWebhookBuilder() | 
 optional .mlflow.Webhook webhook = 1; 
 | 
Webhooks.Webhook.Builder | 
Webhooks.GetWebhook.Response.Builder.getWebhookBuilder() | 
 optional .mlflow.Webhook webhook = 1; 
 | 
Webhooks.Webhook.Builder | 
Webhooks.UpdateWebhook.Response.Builder.getWebhookBuilder() | 
 optional .mlflow.Webhook webhook = 1; 
 | 
Webhooks.Webhook.Builder | 
Webhooks.ListWebhooks.Response.Builder.getWebhooksBuilder(int index) | 
 
 List of webhooks 
 | 
Webhooks.Webhook.Builder | 
Webhooks.Webhook.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry) | 
  | 
Webhooks.Webhook.Builder | 
Webhooks.Webhook.Builder.mergeFrom(com.google.protobuf.Message other) | 
  | 
Webhooks.Webhook.Builder | 
Webhooks.Webhook.Builder.mergeFrom(Webhooks.Webhook other) | 
  | 
Webhooks.Webhook.Builder | 
Webhooks.Webhook.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) | 
  | 
static Webhooks.Webhook.Builder | 
Webhooks.Webhook.newBuilder() | 
  | 
static Webhooks.Webhook.Builder | 
Webhooks.Webhook.newBuilder(Webhooks.Webhook prototype) | 
  | 
Webhooks.Webhook.Builder | 
Webhooks.Webhook.newBuilderForType() | 
  | 
protected Webhooks.Webhook.Builder | 
Webhooks.Webhook.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) | 
  | 
Webhooks.Webhook.Builder | 
Webhooks.Webhook.Builder.removeEvents(int index) | 
 
 List of events this webhook is subscribed to 
 | 
Webhooks.Webhook.Builder | 
Webhooks.Webhook.Builder.setCreationTimestamp(long value) | 
 
 Timestamp when webhook was created 
 | 
Webhooks.Webhook.Builder | 
Webhooks.Webhook.Builder.setDescription(java.lang.String value) | 
 
 Optional description for the webhook 
 | 
Webhooks.Webhook.Builder | 
Webhooks.Webhook.Builder.setDescriptionBytes(com.google.protobuf.ByteString value) | 
 
 Optional description for the webhook 
 | 
Webhooks.Webhook.Builder | 
Webhooks.Webhook.Builder.setEvents(int index,
         Webhooks.WebhookEvent value) | 
 
 List of events this webhook is subscribed to 
 | 
Webhooks.Webhook.Builder | 
Webhooks.Webhook.Builder.setEvents(int index,
         Webhooks.WebhookEvent.Builder builderForValue) | 
 
 List of events this webhook is subscribed to 
 | 
Webhooks.Webhook.Builder | 
Webhooks.Webhook.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
        java.lang.Object value) | 
  | 
Webhooks.Webhook.Builder | 
Webhooks.Webhook.Builder.setLastUpdatedTimestamp(long value) | 
 
 Timestamp when webhook was last updated 
 | 
Webhooks.Webhook.Builder | 
Webhooks.Webhook.Builder.setName(java.lang.String value) | 
 
 Name of the webhook 
 | 
Webhooks.Webhook.Builder | 
Webhooks.Webhook.Builder.setNameBytes(com.google.protobuf.ByteString value) | 
 
 Name of the webhook 
 | 
Webhooks.Webhook.Builder | 
Webhooks.Webhook.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
                int index,
                java.lang.Object value) | 
  | 
Webhooks.Webhook.Builder | 
Webhooks.Webhook.Builder.setStatus(Webhooks.WebhookStatus value) | 
 
 Current status of the webhook 
 | 
Webhooks.Webhook.Builder | 
Webhooks.Webhook.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) | 
  | 
Webhooks.Webhook.Builder | 
Webhooks.Webhook.Builder.setUrl(java.lang.String value) | 
 
 URL to send webhook events to 
 | 
Webhooks.Webhook.Builder | 
Webhooks.Webhook.Builder.setUrlBytes(com.google.protobuf.ByteString value) | 
 
 URL to send webhook events to 
 | 
Webhooks.Webhook.Builder | 
Webhooks.Webhook.Builder.setWebhookId(java.lang.String value) | 
 
 Unique identifier for the webhook 
 | 
Webhooks.Webhook.Builder | 
Webhooks.Webhook.Builder.setWebhookIdBytes(com.google.protobuf.ByteString value) | 
 
 Unique identifier for the webhook 
 | 
Webhooks.Webhook.Builder | 
Webhooks.Webhook.toBuilder() | 
  |