public final class CalculateEffectiveCmEnrollmentResponse extends GeneratedMessage implements CalculateEffectiveCmEnrollmentResponseOrBuilderThe response message for [CalculateEffectiveCmEnrollment][].
Protobuf type
google.cloud.cloudsecuritycompliance.v1.CalculateEffectiveCmEnrollmentResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > CalculateEffectiveCmEnrollmentResponseStatic Fields
CM_ENROLLMENT_FIELD_NUMBER
public static final int CM_ENROLLMENT_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static CalculateEffectiveCmEnrollmentResponse getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
CalculateEffectiveCmEnrollmentResponse |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static CalculateEffectiveCmEnrollmentResponse.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
CalculateEffectiveCmEnrollmentResponse.Builder |
|
newBuilder(CalculateEffectiveCmEnrollmentResponse prototype)
public static CalculateEffectiveCmEnrollmentResponse.Builder newBuilder(CalculateEffectiveCmEnrollmentResponse prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
CalculateEffectiveCmEnrollmentResponse |
| Returns | |
|---|---|
| Type | Description |
CalculateEffectiveCmEnrollmentResponse.Builder |
|
parseDelimitedFrom(InputStream input)
public static CalculateEffectiveCmEnrollmentResponse parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
CalculateEffectiveCmEnrollmentResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static CalculateEffectiveCmEnrollmentResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CalculateEffectiveCmEnrollmentResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static CalculateEffectiveCmEnrollmentResponse parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
CalculateEffectiveCmEnrollmentResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CalculateEffectiveCmEnrollmentResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CalculateEffectiveCmEnrollmentResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static CalculateEffectiveCmEnrollmentResponse parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
CalculateEffectiveCmEnrollmentResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CalculateEffectiveCmEnrollmentResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CalculateEffectiveCmEnrollmentResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static CalculateEffectiveCmEnrollmentResponse parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
CalculateEffectiveCmEnrollmentResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static CalculateEffectiveCmEnrollmentResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CalculateEffectiveCmEnrollmentResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static CalculateEffectiveCmEnrollmentResponse parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
CalculateEffectiveCmEnrollmentResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static CalculateEffectiveCmEnrollmentResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CalculateEffectiveCmEnrollmentResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static CalculateEffectiveCmEnrollmentResponse parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
CalculateEffectiveCmEnrollmentResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static CalculateEffectiveCmEnrollmentResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CalculateEffectiveCmEnrollmentResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<CalculateEffectiveCmEnrollmentResponse> parser()| Returns | |
|---|---|
| Type | Description |
Parser<CalculateEffectiveCmEnrollmentResponse> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getCmEnrollment()
public CmEnrollment getCmEnrollment()The effective Compliance Manager enrollment for the resource.
.google.cloud.cloudsecuritycompliance.v1.CmEnrollment cm_enrollment = 1;
| Returns | |
|---|---|
| Type | Description |
CmEnrollment |
The cmEnrollment. |
getCmEnrollmentOrBuilder()
public CmEnrollmentOrBuilder getCmEnrollmentOrBuilder()The effective Compliance Manager enrollment for the resource.
.google.cloud.cloudsecuritycompliance.v1.CmEnrollment cm_enrollment = 1;
| Returns | |
|---|---|
| Type | Description |
CmEnrollmentOrBuilder |
|
getDefaultInstanceForType()
public CalculateEffectiveCmEnrollmentResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
CalculateEffectiveCmEnrollmentResponse |
|
getParserForType()
public Parser<CalculateEffectiveCmEnrollmentResponse> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<CalculateEffectiveCmEnrollmentResponse> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hasCmEnrollment()
public boolean hasCmEnrollment()The effective Compliance Manager enrollment for the resource.
.google.cloud.cloudsecuritycompliance.v1.CmEnrollment cm_enrollment = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the cmEnrollment field is set. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public CalculateEffectiveCmEnrollmentResponse.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
CalculateEffectiveCmEnrollmentResponse.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected CalculateEffectiveCmEnrollmentResponse.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
CalculateEffectiveCmEnrollmentResponse.Builder |
|
toBuilder()
public CalculateEffectiveCmEnrollmentResponse.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
CalculateEffectiveCmEnrollmentResponse.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|