Class GetJSONWebKeysResponse.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<GetJSONWebKeysResponse.Builder>
      • clear

        public GetJSONWebKeysResponse.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<GetJSONWebKeysResponse.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<GetJSONWebKeysResponse.Builder>
      • getDefaultInstanceForType

        public GetJSONWebKeysResponse getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public GetJSONWebKeysResponse build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public GetJSONWebKeysResponse buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public GetJSONWebKeysResponse.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<GetJSONWebKeysResponse.Builder>
      • clearField

        public GetJSONWebKeysResponse.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<GetJSONWebKeysResponse.Builder>
      • clearOneof

        public GetJSONWebKeysResponse.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<GetJSONWebKeysResponse.Builder>
      • setRepeatedField

        public GetJSONWebKeysResponse.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                               int index,
                                                               Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<GetJSONWebKeysResponse.Builder>
      • addRepeatedField

        public GetJSONWebKeysResponse.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                               Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<GetJSONWebKeysResponse.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<GetJSONWebKeysResponse.Builder>
      • mergeFrom

        public GetJSONWebKeysResponse.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                 throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<GetJSONWebKeysResponse.Builder>
        Throws:
        IOException
      • getKeysList

        public List<Jwk> getKeysList()
         The public component of the keys used by the cluster to sign token
         requests.
         
        repeated .google.container.v1beta1.Jwk keys = 1;
        Specified by:
        getKeysList in interface GetJSONWebKeysResponseOrBuilder
      • getKeysCount

        public int getKeysCount()
         The public component of the keys used by the cluster to sign token
         requests.
         
        repeated .google.container.v1beta1.Jwk keys = 1;
        Specified by:
        getKeysCount in interface GetJSONWebKeysResponseOrBuilder
      • getKeys

        public Jwk getKeys​(int index)
         The public component of the keys used by the cluster to sign token
         requests.
         
        repeated .google.container.v1beta1.Jwk keys = 1;
        Specified by:
        getKeys in interface GetJSONWebKeysResponseOrBuilder
      • setKeys

        public GetJSONWebKeysResponse.Builder setKeys​(int index,
                                                      Jwk value)
         The public component of the keys used by the cluster to sign token
         requests.
         
        repeated .google.container.v1beta1.Jwk keys = 1;
      • setKeys

        public GetJSONWebKeysResponse.Builder setKeys​(int index,
                                                      Jwk.Builder builderForValue)
         The public component of the keys used by the cluster to sign token
         requests.
         
        repeated .google.container.v1beta1.Jwk keys = 1;
      • addKeys

        public GetJSONWebKeysResponse.Builder addKeys​(Jwk value)
         The public component of the keys used by the cluster to sign token
         requests.
         
        repeated .google.container.v1beta1.Jwk keys = 1;
      • addKeys

        public GetJSONWebKeysResponse.Builder addKeys​(int index,
                                                      Jwk value)
         The public component of the keys used by the cluster to sign token
         requests.
         
        repeated .google.container.v1beta1.Jwk keys = 1;
      • addKeys

        public GetJSONWebKeysResponse.Builder addKeys​(Jwk.Builder builderForValue)
         The public component of the keys used by the cluster to sign token
         requests.
         
        repeated .google.container.v1beta1.Jwk keys = 1;
      • addKeys

        public GetJSONWebKeysResponse.Builder addKeys​(int index,
                                                      Jwk.Builder builderForValue)
         The public component of the keys used by the cluster to sign token
         requests.
         
        repeated .google.container.v1beta1.Jwk keys = 1;
      • addAllKeys

        public GetJSONWebKeysResponse.Builder addAllKeys​(Iterable<? extends Jwk> values)
         The public component of the keys used by the cluster to sign token
         requests.
         
        repeated .google.container.v1beta1.Jwk keys = 1;
      • clearKeys

        public GetJSONWebKeysResponse.Builder clearKeys()
         The public component of the keys used by the cluster to sign token
         requests.
         
        repeated .google.container.v1beta1.Jwk keys = 1;
      • removeKeys

        public GetJSONWebKeysResponse.Builder removeKeys​(int index)
         The public component of the keys used by the cluster to sign token
         requests.
         
        repeated .google.container.v1beta1.Jwk keys = 1;
      • getKeysBuilder

        public Jwk.Builder getKeysBuilder​(int index)
         The public component of the keys used by the cluster to sign token
         requests.
         
        repeated .google.container.v1beta1.Jwk keys = 1;
      • addKeysBuilder

        public Jwk.Builder addKeysBuilder()
         The public component of the keys used by the cluster to sign token
         requests.
         
        repeated .google.container.v1beta1.Jwk keys = 1;
      • addKeysBuilder

        public Jwk.Builder addKeysBuilder​(int index)
         The public component of the keys used by the cluster to sign token
         requests.
         
        repeated .google.container.v1beta1.Jwk keys = 1;
      • getKeysBuilderList

        public List<Jwk.Builder> getKeysBuilderList()
         The public component of the keys used by the cluster to sign token
         requests.
         
        repeated .google.container.v1beta1.Jwk keys = 1;
      • setUnknownFields

        public final GetJSONWebKeysResponse.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<GetJSONWebKeysResponse.Builder>
      • mergeUnknownFields

        public final GetJSONWebKeysResponse.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<GetJSONWebKeysResponse.Builder>