public static final class Settings.EncryptWsResponse extends com.google.protobuf.GeneratedMessage implements Settings.EncryptWsResponseOrBuilder
sonarqube.ws.settings.EncryptWsResponse
Response of GET api/settings/encrypt
Modifier and Type | Class and Description |
---|---|
static class |
Settings.EncryptWsResponse.Builder
Protobuf type
sonarqube.ws.settings.EncryptWsResponse |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>
Modifier and Type | Field and Description |
---|---|
static int |
ENCRYPTEDVALUE_FIELD_NUMBER |
static com.google.protobuf.Parser<Settings.EncryptWsResponse> |
PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Settings.EncryptWsResponse |
getDefaultInstance() |
Settings.EncryptWsResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getEncryptedValue()
optional string encryptedValue = 1; |
com.google.protobuf.ByteString |
getEncryptedValueBytes()
optional string encryptedValue = 1; |
com.google.protobuf.Parser<Settings.EncryptWsResponse> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasEncryptedValue()
optional string encryptedValue = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Settings.EncryptWsResponse.Builder |
newBuilder() |
static Settings.EncryptWsResponse.Builder |
newBuilder(Settings.EncryptWsResponse prototype) |
Settings.EncryptWsResponse.Builder |
newBuilderForType() |
protected Settings.EncryptWsResponse.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static Settings.EncryptWsResponse |
parseDelimitedFrom(InputStream input) |
static Settings.EncryptWsResponse |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Settings.EncryptWsResponse |
parseFrom(byte[] data) |
static Settings.EncryptWsResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Settings.EncryptWsResponse |
parseFrom(com.google.protobuf.ByteString data) |
static Settings.EncryptWsResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Settings.EncryptWsResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Settings.EncryptWsResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Settings.EncryptWsResponse |
parseFrom(InputStream input) |
static Settings.EncryptWsResponse |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Settings.EncryptWsResponse> |
parser() |
Settings.EncryptWsResponse.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField, writeReplace, writeString, writeStringNoTag
equals, findInitializationErrors, getInitializationErrorString, hashCode, hashFields, toString
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final int ENCRYPTEDVALUE_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<Settings.EncryptWsResponse> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessage
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage
public boolean hasEncryptedValue()
optional string encryptedValue = 1;
hasEncryptedValue
in interface Settings.EncryptWsResponseOrBuilder
public String getEncryptedValue()
optional string encryptedValue = 1;
getEncryptedValue
in interface Settings.EncryptWsResponseOrBuilder
public com.google.protobuf.ByteString getEncryptedValueBytes()
optional string encryptedValue = 1;
getEncryptedValueBytes
in interface Settings.EncryptWsResponseOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessage
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessage
public static Settings.EncryptWsResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Settings.EncryptWsResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Settings.EncryptWsResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Settings.EncryptWsResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Settings.EncryptWsResponse parseFrom(InputStream input) throws IOException
IOException
public static Settings.EncryptWsResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Settings.EncryptWsResponse parseDelimitedFrom(InputStream input) throws IOException
IOException
public static Settings.EncryptWsResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Settings.EncryptWsResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static Settings.EncryptWsResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public Settings.EncryptWsResponse.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static Settings.EncryptWsResponse.Builder newBuilder()
public static Settings.EncryptWsResponse.Builder newBuilder(Settings.EncryptWsResponse prototype)
public Settings.EncryptWsResponse.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected Settings.EncryptWsResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
public static Settings.EncryptWsResponse getDefaultInstance()
public static com.google.protobuf.Parser<Settings.EncryptWsResponse> parser()
public com.google.protobuf.Parser<Settings.EncryptWsResponse> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public Settings.EncryptWsResponse getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2009–2017 SonarSource. All rights reserved.