Uses of Class
io.kubernetes.client.proto.V1.HTTPHeader.Builder
-
Uses of V1.HTTPHeader.Builder in io.kubernetes.client.proto
Methods in io.kubernetes.client.proto that return V1.HTTPHeader.BuilderModifier and TypeMethodDescriptionV1.HTTPGetAction.Builder.addHttpHeadersBuilder()Custom headers to set in the request.V1.HTTPGetAction.Builder.addHttpHeadersBuilder(int index) Custom headers to set in the request.V1.HTTPHeader.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) V1.HTTPHeader.Builder.clear()V1.HTTPHeader.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) V1.HTTPHeader.Builder.clearName()The header field nameV1.HTTPHeader.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) V1.HTTPHeader.Builder.clearValue()The header field valueV1.HTTPHeader.Builder.clone()V1.HTTPGetAction.Builder.getHttpHeadersBuilder(int index) Custom headers to set in the request.V1.HTTPHeader.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) V1.HTTPHeader.Builder.mergeFrom(com.google.protobuf.Message other) V1.HTTPHeader.Builder.mergeFrom(V1.HTTPHeader other) final V1.HTTPHeader.BuilderV1.HTTPHeader.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static V1.HTTPHeader.BuilderV1.HTTPHeader.newBuilder()static V1.HTTPHeader.BuilderV1.HTTPHeader.newBuilder(V1.HTTPHeader prototype) V1.HTTPHeader.newBuilderForType()protected V1.HTTPHeader.BuilderV1.HTTPHeader.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) The header field nameV1.HTTPHeader.Builder.setNameBytes(com.google.protobuf.ByteString value) The header field nameV1.HTTPHeader.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final V1.HTTPHeader.BuilderV1.HTTPHeader.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) The header field valueV1.HTTPHeader.Builder.setValueBytes(com.google.protobuf.ByteString value) The header field valueV1.HTTPHeader.toBuilder()Methods in io.kubernetes.client.proto that return types with arguments of type V1.HTTPHeader.BuilderModifier and TypeMethodDescriptionV1.HTTPGetAction.Builder.getHttpHeadersBuilderList()Custom headers to set in the request.Methods in io.kubernetes.client.proto with parameters of type V1.HTTPHeader.BuilderModifier and TypeMethodDescriptionV1.HTTPGetAction.Builder.addHttpHeaders(int index, V1.HTTPHeader.Builder builderForValue) Custom headers to set in the request.V1.HTTPGetAction.Builder.addHttpHeaders(V1.HTTPHeader.Builder builderForValue) Custom headers to set in the request.V1.HTTPGetAction.Builder.setHttpHeaders(int index, V1.HTTPHeader.Builder builderForValue) Custom headers to set in the request.