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, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public 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.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<ProtectionSourceResponse.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<ProtectionSourceResponse.Builder>
public ProtectionSourceResponse getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public ProtectionSourceResponse build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public ProtectionSourceResponse buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public ProtectionSourceResponse.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
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.Builder
setField
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.Builder
clearField
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.Builder
clearOneof
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.Builder
setRepeatedField
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.Builder
addRepeatedField
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.Builder
mergeFrom
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.MessageLiteOrBuilder
isInitialized
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.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<ProtectionSourceResponse.Builder>
IOException
public String getLocationId()
string locationId = 1;
getLocationId
in interface ProtectionSourceResponseOrBuilder
public com.google.protobuf.ByteString getLocationIdBytes()
string locationId = 1;
getLocationIdBytes
in interface ProtectionSourceResponseOrBuilder
public 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 ProtectionSourceResponseOrBuilder
public com.google.protobuf.ByteString getCompanyIdBytes()
string companyId = 2;
getCompanyIdBytes
in interface ProtectionSourceResponseOrBuilder
public 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 ProtectionSourceResponseOrBuilder
public com.google.protobuf.ByteString getOrgIdBytes()
string orgId = 3;
getOrgIdBytes
in interface ProtectionSourceResponseOrBuilder
public 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 ProtectionSourceResponseOrBuilder
public com.google.protobuf.ByteString getVdcIdBytes()
string vdcId = 4;
getVdcIdBytes
in interface ProtectionSourceResponseOrBuilder
public 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 ProtectionSourceResponseOrBuilder
public com.google.protobuf.ByteString getUidBytes()
string uid = 5;
getUidBytes
in interface ProtectionSourceResponseOrBuilder
public 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 ProtectionSourceResponseOrBuilder
public 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.Builder
setUnknownFields
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.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<ProtectionSourceResponse.Builder>
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.