public static final class ControlFamily.Builder extends GeneratedMessage.Builder<ControlFamily.Builder> implements ControlFamilyOrBuilderThe regulatory family of the control.
Protobuf type google.cloud.auditmanager.v1.ControlFamily
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ControlFamily.BuilderImplements
ControlFamilyOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ControlFamily build()| Returns | |
|---|---|
| Type | Description |
ControlFamily |
|
buildPartial()
public ControlFamily buildPartial()| Returns | |
|---|---|
| Type | Description |
ControlFamily |
|
clear()
public ControlFamily.Builder clear()| Returns | |
|---|---|
| Type | Description |
ControlFamily.Builder |
|
clearDisplayName()
public ControlFamily.Builder clearDisplayName()The display name of the regulatory control family.
string display_name = 2;
| Returns | |
|---|---|
| Type | Description |
ControlFamily.Builder |
This builder for chaining. |
clearFamilyId()
public ControlFamily.Builder clearFamilyId()The ID of the regulatory control family.
string family_id = 1;
| Returns | |
|---|---|
| Type | Description |
ControlFamily.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ControlFamily getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ControlFamily |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getDisplayName()
public String getDisplayName()The display name of the regulatory control family.
string display_name = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public ByteString getDisplayNameBytes()The display name of the regulatory control family.
string display_name = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for displayName. |
getFamilyId()
public String getFamilyId()The ID of the regulatory control family.
string family_id = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The familyId. |
getFamilyIdBytes()
public ByteString getFamilyIdBytes()The ID of the regulatory control family.
string family_id = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for familyId. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ControlFamily other)
public ControlFamily.Builder mergeFrom(ControlFamily other)| Parameter | |
|---|---|
| Name | Description |
other |
ControlFamily |
| Returns | |
|---|---|
| Type | Description |
ControlFamily.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ControlFamily.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ControlFamily.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ControlFamily.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ControlFamily.Builder |
|
setDisplayName(String value)
public ControlFamily.Builder setDisplayName(String value)The display name of the regulatory control family.
string display_name = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe displayName to set. |
| Returns | |
|---|---|
| Type | Description |
ControlFamily.Builder |
This builder for chaining. |
setDisplayNameBytes(ByteString value)
public ControlFamily.Builder setDisplayNameBytes(ByteString value)The display name of the regulatory control family.
string display_name = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for displayName to set. |
| Returns | |
|---|---|
| Type | Description |
ControlFamily.Builder |
This builder for chaining. |
setFamilyId(String value)
public ControlFamily.Builder setFamilyId(String value)The ID of the regulatory control family.
string family_id = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe familyId to set. |
| Returns | |
|---|---|
| Type | Description |
ControlFamily.Builder |
This builder for chaining. |
setFamilyIdBytes(ByteString value)
public ControlFamily.Builder setFamilyIdBytes(ByteString value)The ID of the regulatory control family.
string family_id = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for familyId to set. |
| Returns | |
|---|---|
| Type | Description |
ControlFamily.Builder |
This builder for chaining. |