-
V1beta1Apiextensions.WebhookClientConfig.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value)
V1beta1Apiextensions.WebhookClientConfig.Builder.clear()
caBundle is a PEM encoded CA bundle which will be used to validate the webhook's server certificate.
V1beta1Apiextensions.WebhookClientConfig.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
V1beta1Apiextensions.WebhookClientConfig.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
V1beta1Apiextensions.WebhookClientConfig.Builder.clearService()
service is a reference to the service for this webhook.
V1beta1Apiextensions.WebhookClientConfig.Builder.clearUrl()
url gives the location of the webhook, in standard URL form
(`scheme://host:port/path`).
V1beta1Apiextensions.WebhookClientConfig.Builder.clone()
webhookClientConfig is the instructions for how to call the webhook if strategy is `Webhook`.
V1beta1Apiextensions.WebhookClientConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
V1beta1Apiextensions.WebhookClientConfig.Builder.mergeFrom(com.google.protobuf.Message other)
service is a reference to the service for this webhook.
V1beta1Apiextensions.WebhookClientConfig.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
V1beta1Apiextensions.WebhookClientConfig.newBuilder()
V1beta1Apiextensions.WebhookClientConfig.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
V1beta1Apiextensions.WebhookClientConfig.Builder.setCaBundle(com.google.protobuf.ByteString value)
caBundle is a PEM encoded CA bundle which will be used to validate the webhook's server certificate.
V1beta1Apiextensions.WebhookClientConfig.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value)
V1beta1Apiextensions.WebhookClientConfig.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value)
service is a reference to the service for this webhook.
service is a reference to the service for this webhook.
V1beta1Apiextensions.WebhookClientConfig.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
V1beta1Apiextensions.WebhookClientConfig.Builder.setUrl(String value)
url gives the location of the webhook, in standard URL form
(`scheme://host:port/path`).
V1beta1Apiextensions.WebhookClientConfig.Builder.setUrlBytes(com.google.protobuf.ByteString value)
url gives the location of the webhook, in standard URL form
(`scheme://host:port/path`).
V1beta1Apiextensions.WebhookClientConfig.toBuilder()
webhookClientConfig is the instructions for how to call the webhook if strategy is `Webhook`.