Class BatchCalculateEffectiveSettingsResponse (0.17.0)

public final class BatchCalculateEffectiveSettingsResponse extends GeneratedMessageV3 implements BatchCalculateEffectiveSettingsResponseOrBuilder

Response message for BatchGetEffectiveSettings.

Protobuf type google.cloud.securitycenter.settings.v1beta1.BatchCalculateEffectiveSettingsResponse

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > BatchCalculateEffectiveSettingsResponse

Static Fields

SETTINGS_FIELD_NUMBER

public static final int SETTINGS_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static BatchCalculateEffectiveSettingsResponse getDefaultInstance()
Returns
TypeDescription
BatchCalculateEffectiveSettingsResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static BatchCalculateEffectiveSettingsResponse.Builder newBuilder()
Returns
TypeDescription
BatchCalculateEffectiveSettingsResponse.Builder

newBuilder(BatchCalculateEffectiveSettingsResponse prototype)

public static BatchCalculateEffectiveSettingsResponse.Builder newBuilder(BatchCalculateEffectiveSettingsResponse prototype)
Parameter
NameDescription
prototypeBatchCalculateEffectiveSettingsResponse
Returns
TypeDescription
BatchCalculateEffectiveSettingsResponse.Builder

parseDelimitedFrom(InputStream input)

public static BatchCalculateEffectiveSettingsResponse parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
BatchCalculateEffectiveSettingsResponse
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static BatchCalculateEffectiveSettingsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BatchCalculateEffectiveSettingsResponse
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static BatchCalculateEffectiveSettingsResponse parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
BatchCalculateEffectiveSettingsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static BatchCalculateEffectiveSettingsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BatchCalculateEffectiveSettingsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static BatchCalculateEffectiveSettingsResponse parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
BatchCalculateEffectiveSettingsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static BatchCalculateEffectiveSettingsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BatchCalculateEffectiveSettingsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static BatchCalculateEffectiveSettingsResponse parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
BatchCalculateEffectiveSettingsResponse
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static BatchCalculateEffectiveSettingsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BatchCalculateEffectiveSettingsResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static BatchCalculateEffectiveSettingsResponse parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
BatchCalculateEffectiveSettingsResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static BatchCalculateEffectiveSettingsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BatchCalculateEffectiveSettingsResponse
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static BatchCalculateEffectiveSettingsResponse parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
BatchCalculateEffectiveSettingsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static BatchCalculateEffectiveSettingsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BatchCalculateEffectiveSettingsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<BatchCalculateEffectiveSettingsResponse> parser()
Returns
TypeDescription
Parser<BatchCalculateEffectiveSettingsResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public BatchCalculateEffectiveSettingsResponse getDefaultInstanceForType()
Returns
TypeDescription
BatchCalculateEffectiveSettingsResponse

getParserForType()

public Parser<BatchCalculateEffectiveSettingsResponse> getParserForType()
Returns
TypeDescription
Parser<BatchCalculateEffectiveSettingsResponse>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getSettings(int index)

public Settings getSettings(int index)

Settings requested.

repeated .google.cloud.securitycenter.settings.v1beta1.Settings settings = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Settings

getSettingsCount()

public int getSettingsCount()

Settings requested.

repeated .google.cloud.securitycenter.settings.v1beta1.Settings settings = 1;

Returns
TypeDescription
int

getSettingsList()

public List<Settings> getSettingsList()

Settings requested.

repeated .google.cloud.securitycenter.settings.v1beta1.Settings settings = 1;

Returns
TypeDescription
List<Settings>

getSettingsOrBuilder(int index)

public SettingsOrBuilder getSettingsOrBuilder(int index)

Settings requested.

repeated .google.cloud.securitycenter.settings.v1beta1.Settings settings = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
SettingsOrBuilder

getSettingsOrBuilderList()

public List<? extends SettingsOrBuilder> getSettingsOrBuilderList()

Settings requested.

repeated .google.cloud.securitycenter.settings.v1beta1.Settings settings = 1;

Returns
TypeDescription
List<? extends com.google.cloud.securitycenter.settings.v1beta1.SettingsOrBuilder>

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public BatchCalculateEffectiveSettingsResponse.Builder newBuilderForType()
Returns
TypeDescription
BatchCalculateEffectiveSettingsResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected BatchCalculateEffectiveSettingsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
BatchCalculateEffectiveSettingsResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public BatchCalculateEffectiveSettingsResponse.Builder toBuilder()
Returns
TypeDescription
BatchCalculateEffectiveSettingsResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException