Class Generated.ServiceProxyOptions.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<Generated.ServiceProxyOptions.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<Generated.ServiceProxyOptions.Builder>
      • getDefaultInstanceForType

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

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

        public Generated.ServiceProxyOptions buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

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

        public Generated.ServiceProxyOptions.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<Generated.ServiceProxyOptions.Builder>
        Throws:
        IOException
      • hasPath

        public boolean hasPath()
         Path is the part of URLs that include service endpoints, suffixes,
         and parameters to use for the current proxy request to service.
         For example, the whole request URL is
         http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy.
         Path is _search?q=user:kimchy.
         +optional
         
        optional string path = 1;
        Specified by:
        hasPath in interface Generated.ServiceProxyOptionsOrBuilder
        Returns:
        Whether the path field is set.
      • getPath

        public String getPath()
         Path is the part of URLs that include service endpoints, suffixes,
         and parameters to use for the current proxy request to service.
         For example, the whole request URL is
         http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy.
         Path is _search?q=user:kimchy.
         +optional
         
        optional string path = 1;
        Specified by:
        getPath in interface Generated.ServiceProxyOptionsOrBuilder
        Returns:
        The path.
      • getPathBytes

        public com.google.protobuf.ByteString getPathBytes()
         Path is the part of URLs that include service endpoints, suffixes,
         and parameters to use for the current proxy request to service.
         For example, the whole request URL is
         http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy.
         Path is _search?q=user:kimchy.
         +optional
         
        optional string path = 1;
        Specified by:
        getPathBytes in interface Generated.ServiceProxyOptionsOrBuilder
        Returns:
        The bytes for path.
      • setPath

        public Generated.ServiceProxyOptions.Builder setPath​(String value)
         Path is the part of URLs that include service endpoints, suffixes,
         and parameters to use for the current proxy request to service.
         For example, the whole request URL is
         http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy.
         Path is _search?q=user:kimchy.
         +optional
         
        optional string path = 1;
        Parameters:
        value - The path to set.
        Returns:
        This builder for chaining.
      • clearPath

        public Generated.ServiceProxyOptions.Builder clearPath()
         Path is the part of URLs that include service endpoints, suffixes,
         and parameters to use for the current proxy request to service.
         For example, the whole request URL is
         http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy.
         Path is _search?q=user:kimchy.
         +optional
         
        optional string path = 1;
        Returns:
        This builder for chaining.
      • setPathBytes

        public Generated.ServiceProxyOptions.Builder setPathBytes​(com.google.protobuf.ByteString value)
         Path is the part of URLs that include service endpoints, suffixes,
         and parameters to use for the current proxy request to service.
         For example, the whole request URL is
         http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy.
         Path is _search?q=user:kimchy.
         +optional
         
        optional string path = 1;
        Parameters:
        value - The bytes for path to set.
        Returns:
        This builder for chaining.