public static final class ProtectionSourceResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ProtectionSourceResponse.Builder> implements ProtectionSourceResponseOrBuilder
io.grpc.ProtectionSourceResponse| Modifier and Type | Method and Description |
|---|---|
ProtectionSourceResponse.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ProtectionSourceResponse |
build() |
ProtectionSourceResponse |
buildPartial() |
ProtectionSourceResponse.Builder |
clear() |
ProtectionSourceResponse.Builder |
clearCompanyId()
string companyId = 2; |
ProtectionSourceResponse.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ProtectionSourceResponse.Builder |
clearJsonEncodedProtectionSource()
bytes jsonEncodedProtectionSource = 6; |
ProtectionSourceResponse.Builder |
clearLocationId()
string locationId = 1; |
ProtectionSourceResponse.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ProtectionSourceResponse.Builder |
clearOrgId()
string orgId = 3; |
ProtectionSourceResponse.Builder |
clearUid()
string uid = 5; |
ProtectionSourceResponse.Builder |
clearVdcId()
string vdcId = 4; |
ProtectionSourceResponse.Builder |
clone() |
String |
getCompanyId()
string companyId = 2; |
com.google.protobuf.ByteString |
getCompanyIdBytes()
string companyId = 2; |
ProtectionSourceResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
com.google.protobuf.ByteString |
getJsonEncodedProtectionSource()
bytes jsonEncodedProtectionSource = 6; |
String |
getLocationId()
string locationId = 1; |
com.google.protobuf.ByteString |
getLocationIdBytes()
string locationId = 1; |
String |
getOrgId()
string orgId = 3; |
com.google.protobuf.ByteString |
getOrgIdBytes()
string orgId = 3; |
String |
getUid()
string uid = 5; |
com.google.protobuf.ByteString |
getUidBytes()
string uid = 5; |
String |
getVdcId()
string vdcId = 4; |
com.google.protobuf.ByteString |
getVdcIdBytes()
string vdcId = 4; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ProtectionSourceResponse.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ProtectionSourceResponse.Builder |
mergeFrom(com.google.protobuf.Message other) |
ProtectionSourceResponse.Builder |
mergeFrom(ProtectionSourceResponse other) |
ProtectionSourceResponse.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ProtectionSourceResponse.Builder |
setCompanyId(String value)
string companyId = 2; |
ProtectionSourceResponse.Builder |
setCompanyIdBytes(com.google.protobuf.ByteString value)
string companyId = 2; |
ProtectionSourceResponse.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ProtectionSourceResponse.Builder |
setJsonEncodedProtectionSource(com.google.protobuf.ByteString value)
bytes jsonEncodedProtectionSource = 6; |
ProtectionSourceResponse.Builder |
setLocationId(String value)
string locationId = 1; |
ProtectionSourceResponse.Builder |
setLocationIdBytes(com.google.protobuf.ByteString value)
string locationId = 1; |
ProtectionSourceResponse.Builder |
setOrgId(String value)
string orgId = 3; |
ProtectionSourceResponse.Builder |
setOrgIdBytes(com.google.protobuf.ByteString value)
string orgId = 3; |
ProtectionSourceResponse.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ProtectionSourceResponse.Builder |
setUid(String value)
string uid = 5; |
ProtectionSourceResponse.Builder |
setUidBytes(com.google.protobuf.ByteString value)
string uid = 5; |
ProtectionSourceResponse.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ProtectionSourceResponse.Builder |
setVdcId(String value)
string vdcId = 4; |
ProtectionSourceResponse.Builder |
setVdcIdBytes(com.google.protobuf.ByteString value)
string vdcId = 4; |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ProtectionSourceResponse.Builder>public ProtectionSourceResponse.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ProtectionSourceResponse.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ProtectionSourceResponse.Builder>public ProtectionSourceResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ProtectionSourceResponse build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ProtectionSourceResponse buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ProtectionSourceResponse.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ProtectionSourceResponse.Builder>public ProtectionSourceResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<ProtectionSourceResponse.Builder>public ProtectionSourceResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ProtectionSourceResponse.Builder>public ProtectionSourceResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ProtectionSourceResponse.Builder>public ProtectionSourceResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ProtectionSourceResponse.Builder>public ProtectionSourceResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ProtectionSourceResponse.Builder>public ProtectionSourceResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ProtectionSourceResponse.Builder>public ProtectionSourceResponse.Builder mergeFrom(ProtectionSourceResponse other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ProtectionSourceResponse.Builder>public ProtectionSourceResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ProtectionSourceResponse.Builder>IOExceptionpublic String getLocationId()
string locationId = 1;getLocationId in interface ProtectionSourceResponseOrBuilderpublic com.google.protobuf.ByteString getLocationIdBytes()
string locationId = 1;getLocationIdBytes in interface ProtectionSourceResponseOrBuilderpublic ProtectionSourceResponse.Builder setLocationId(String value)
string locationId = 1;value - The locationId to set.public ProtectionSourceResponse.Builder clearLocationId()
string locationId = 1;public ProtectionSourceResponse.Builder setLocationIdBytes(com.google.protobuf.ByteString value)
string locationId = 1;value - The bytes for locationId to set.public String getCompanyId()
string companyId = 2;getCompanyId in interface ProtectionSourceResponseOrBuilderpublic com.google.protobuf.ByteString getCompanyIdBytes()
string companyId = 2;getCompanyIdBytes in interface ProtectionSourceResponseOrBuilderpublic ProtectionSourceResponse.Builder setCompanyId(String value)
string companyId = 2;value - The companyId to set.public ProtectionSourceResponse.Builder clearCompanyId()
string companyId = 2;public ProtectionSourceResponse.Builder setCompanyIdBytes(com.google.protobuf.ByteString value)
string companyId = 2;value - The bytes for companyId to set.public String getOrgId()
string orgId = 3;getOrgId in interface ProtectionSourceResponseOrBuilderpublic com.google.protobuf.ByteString getOrgIdBytes()
string orgId = 3;getOrgIdBytes in interface ProtectionSourceResponseOrBuilderpublic ProtectionSourceResponse.Builder setOrgId(String value)
string orgId = 3;value - The orgId to set.public ProtectionSourceResponse.Builder clearOrgId()
string orgId = 3;public ProtectionSourceResponse.Builder setOrgIdBytes(com.google.protobuf.ByteString value)
string orgId = 3;value - The bytes for orgId to set.public String getVdcId()
string vdcId = 4;getVdcId in interface ProtectionSourceResponseOrBuilderpublic com.google.protobuf.ByteString getVdcIdBytes()
string vdcId = 4;getVdcIdBytes in interface ProtectionSourceResponseOrBuilderpublic ProtectionSourceResponse.Builder setVdcId(String value)
string vdcId = 4;value - The vdcId to set.public ProtectionSourceResponse.Builder clearVdcId()
string vdcId = 4;public ProtectionSourceResponse.Builder setVdcIdBytes(com.google.protobuf.ByteString value)
string vdcId = 4;value - The bytes for vdcId to set.public String getUid()
string uid = 5;getUid in interface ProtectionSourceResponseOrBuilderpublic com.google.protobuf.ByteString getUidBytes()
string uid = 5;getUidBytes in interface ProtectionSourceResponseOrBuilderpublic ProtectionSourceResponse.Builder setUid(String value)
string uid = 5;value - The uid to set.public ProtectionSourceResponse.Builder clearUid()
string uid = 5;public ProtectionSourceResponse.Builder setUidBytes(com.google.protobuf.ByteString value)
string uid = 5;value - The bytes for uid to set.public com.google.protobuf.ByteString getJsonEncodedProtectionSource()
bytes jsonEncodedProtectionSource = 6;getJsonEncodedProtectionSource in interface ProtectionSourceResponseOrBuilderpublic ProtectionSourceResponse.Builder setJsonEncodedProtectionSource(com.google.protobuf.ByteString value)
bytes jsonEncodedProtectionSource = 6;value - The jsonEncodedProtectionSource to set.public ProtectionSourceResponse.Builder clearJsonEncodedProtectionSource()
bytes jsonEncodedProtectionSource = 6;public final ProtectionSourceResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ProtectionSourceResponse.Builder>public final ProtectionSourceResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ProtectionSourceResponse.Builder>Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.