ProtectionSourceResponse.Builder |
ProtectionSourceResponse.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ProtectionSourceResponse.Builder |
ProtectionSourceResponse.Builder.clear() |
ProtectionSourceResponse.Builder |
ProtectionSourceResponse.Builder.clearCompanyId()
string companyId = 2;
|
ProtectionSourceResponse.Builder |
ProtectionSourceResponse.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ProtectionSourceResponse.Builder |
ProtectionSourceResponse.Builder.clearJsonEncodedProtectionSource()
bytes jsonEncodedProtectionSource = 6;
|
ProtectionSourceResponse.Builder |
ProtectionSourceResponse.Builder.clearLocationId()
string locationId = 1;
|
ProtectionSourceResponse.Builder |
ProtectionSourceResponse.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ProtectionSourceResponse.Builder |
ProtectionSourceResponse.Builder.clearOrgId()
string orgId = 3;
|
ProtectionSourceResponse.Builder |
ProtectionSourceResponse.Builder.clearUid()
string uid = 5;
|
ProtectionSourceResponse.Builder |
ProtectionSourceResponse.Builder.clearVdcId()
string vdcId = 4;
|
ProtectionSourceResponse.Builder |
ProtectionSourceResponse.Builder.clone() |
ProtectionSourceResponse.Builder |
ProtectionSourceResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ProtectionSourceResponse.Builder |
ProtectionSourceResponse.Builder.mergeFrom(com.google.protobuf.Message other) |
ProtectionSourceResponse.Builder |
ProtectionSourceResponse.Builder.mergeFrom(ProtectionSourceResponse other) |
ProtectionSourceResponse.Builder |
ProtectionSourceResponse.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static ProtectionSourceResponse.Builder |
ProtectionSourceResponse.newBuilder() |
static ProtectionSourceResponse.Builder |
ProtectionSourceResponse.newBuilder(ProtectionSourceResponse prototype) |
ProtectionSourceResponse.Builder |
ProtectionSourceResponse.newBuilderForType() |
protected ProtectionSourceResponse.Builder |
ProtectionSourceResponse.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
ProtectionSourceResponse.Builder |
ProtectionSourceResponse.Builder.setCompanyId(String value)
string companyId = 2;
|
ProtectionSourceResponse.Builder |
ProtectionSourceResponse.Builder.setCompanyIdBytes(com.google.protobuf.ByteString value)
string companyId = 2;
|
ProtectionSourceResponse.Builder |
ProtectionSourceResponse.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ProtectionSourceResponse.Builder |
ProtectionSourceResponse.Builder.setJsonEncodedProtectionSource(com.google.protobuf.ByteString value)
bytes jsonEncodedProtectionSource = 6;
|
ProtectionSourceResponse.Builder |
ProtectionSourceResponse.Builder.setLocationId(String value)
string locationId = 1;
|
ProtectionSourceResponse.Builder |
ProtectionSourceResponse.Builder.setLocationIdBytes(com.google.protobuf.ByteString value)
string locationId = 1;
|
ProtectionSourceResponse.Builder |
ProtectionSourceResponse.Builder.setOrgId(String value)
string orgId = 3;
|
ProtectionSourceResponse.Builder |
ProtectionSourceResponse.Builder.setOrgIdBytes(com.google.protobuf.ByteString value)
string orgId = 3;
|
ProtectionSourceResponse.Builder |
ProtectionSourceResponse.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ProtectionSourceResponse.Builder |
ProtectionSourceResponse.Builder.setUid(String value)
string uid = 5;
|
ProtectionSourceResponse.Builder |
ProtectionSourceResponse.Builder.setUidBytes(com.google.protobuf.ByteString value)
string uid = 5;
|
ProtectionSourceResponse.Builder |
ProtectionSourceResponse.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ProtectionSourceResponse.Builder |
ProtectionSourceResponse.Builder.setVdcId(String value)
string vdcId = 4;
|
ProtectionSourceResponse.Builder |
ProtectionSourceResponse.Builder.setVdcIdBytes(com.google.protobuf.ByteString value)
string vdcId = 4;
|
ProtectionSourceResponse.Builder |
ProtectionSourceResponse.toBuilder() |