public static final class Workload.CJISSettings extends GeneratedMessageV3 implements Workload.CJISSettingsOrBuilder
Settings specific to resources needed for CJIS.
Protobuf type google.cloud.assuredworkloads.v1beta1.Workload.CJISSettings
Static Fields
KMS_SETTINGS_FIELD_NUMBER
public static final int KMS_SETTINGS_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static Workload.CJISSettings getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static Workload.CJISSettings.Builder newBuilder()
Returns
newBuilder(Workload.CJISSettings prototype)
public static Workload.CJISSettings.Builder newBuilder(Workload.CJISSettings prototype)
Parameter
Returns
public static Workload.CJISSettings parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static Workload.CJISSettings parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static Workload.CJISSettings parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Workload.CJISSettings parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static Workload.CJISSettings parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Workload.CJISSettings parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Workload.CJISSettings parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static Workload.CJISSettings parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Workload.CJISSettings parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static Workload.CJISSettings parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static Workload.CJISSettings parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Workload.CJISSettings parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<Workload.CJISSettings> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public Workload.CJISSettings getDefaultInstanceForType()
Returns
getKmsSettings()
public Workload.KMSSettings getKmsSettings()
Input only. Immutable. Settings used to create a CMEK crypto key.
.google.cloud.assuredworkloads.v1beta1.Workload.KMSSettings kms_settings = 1 [(.google.api.field_behavior) = INPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];
Returns
getKmsSettingsOrBuilder()
public Workload.KMSSettingsOrBuilder getKmsSettingsOrBuilder()
Input only. Immutable. Settings used to create a CMEK crypto key.
.google.cloud.assuredworkloads.v1beta1.Workload.KMSSettings kms_settings = 1 [(.google.api.field_behavior) = INPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];
Returns
getParserForType()
public Parser<Workload.CJISSettings> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hasKmsSettings()
public boolean hasKmsSettings()
Input only. Immutable. Settings used to create a CMEK crypto key.
.google.cloud.assuredworkloads.v1beta1.Workload.KMSSettings kms_settings = 1 [(.google.api.field_behavior) = INPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];
Returns
Type | Description |
boolean | Whether the kmsSettings field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public Workload.CJISSettings.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Workload.CJISSettings.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public Workload.CJISSettings.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions