-
V1beta1Apiextensions.ServiceReference.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value)
V1beta1Apiextensions.ServiceReference.Builder.clear()
V1beta1Apiextensions.ServiceReference.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
V1beta1Apiextensions.ServiceReference.Builder.clearName()
name is the name of the service.
namespace is the namespace of the service.
V1beta1Apiextensions.ServiceReference.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
V1beta1Apiextensions.ServiceReference.Builder.clearPath()
path is an optional URL path at which the webhook will be contacted.
V1beta1Apiextensions.ServiceReference.Builder.clearPort()
port is an optional service port at which the webhook will be contacted.
V1beta1Apiextensions.ServiceReference.Builder.clone()
service is a reference to the service for this webhook.
V1beta1Apiextensions.ServiceReference.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
V1beta1Apiextensions.ServiceReference.Builder.mergeFrom(com.google.protobuf.Message other)
V1beta1Apiextensions.ServiceReference.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
V1beta1Apiextensions.ServiceReference.newBuilder()
V1beta1Apiextensions.ServiceReference.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
V1beta1Apiextensions.ServiceReference.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value)
V1beta1Apiextensions.ServiceReference.Builder.setName(String value)
name is the name of the service.
V1beta1Apiextensions.ServiceReference.Builder.setNameBytes(com.google.protobuf.ByteString value)
name is the name of the service.
namespace is the namespace of the service.
V1beta1Apiextensions.ServiceReference.Builder.setNamespaceBytes(com.google.protobuf.ByteString value)
namespace is the namespace of the service.
V1beta1Apiextensions.ServiceReference.Builder.setPath(String value)
path is an optional URL path at which the webhook will be contacted.
V1beta1Apiextensions.ServiceReference.Builder.setPathBytes(com.google.protobuf.ByteString value)
path is an optional URL path at which the webhook will be contacted.
V1beta1Apiextensions.ServiceReference.Builder.setPort(int value)
port is an optional service port at which the webhook will be contacted.
V1beta1Apiextensions.ServiceReference.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value)
V1beta1Apiextensions.ServiceReference.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
V1beta1Apiextensions.ServiceReference.toBuilder()
service is a reference to the service for this webhook.