Class GenerateConfigReportRequest (3.41.0)

public final class GenerateConfigReportRequest extends GeneratedMessageV3 implements GenerateConfigReportRequestOrBuilder

Request message for GenerateConfigReport method.

Protobuf type google.api.servicemanagement.v1.GenerateConfigReportRequest

Static Fields

NEW_CONFIG_FIELD_NUMBER

public static final int NEW_CONFIG_FIELD_NUMBER
Field Value
Type Description
int

OLD_CONFIG_FIELD_NUMBER

public static final int OLD_CONFIG_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static GenerateConfigReportRequest getDefaultInstance()
Returns
Type Description
GenerateConfigReportRequest

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static GenerateConfigReportRequest.Builder newBuilder()
Returns
Type Description
GenerateConfigReportRequest.Builder

newBuilder(GenerateConfigReportRequest prototype)

public static GenerateConfigReportRequest.Builder newBuilder(GenerateConfigReportRequest prototype)
Parameter
Name Description
prototype GenerateConfigReportRequest
Returns
Type Description
GenerateConfigReportRequest.Builder

parseDelimitedFrom(InputStream input)

public static GenerateConfigReportRequest parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
GenerateConfigReportRequest
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GenerateConfigReportRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GenerateConfigReportRequest
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static GenerateConfigReportRequest parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
GenerateConfigReportRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static GenerateConfigReportRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GenerateConfigReportRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static GenerateConfigReportRequest parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
GenerateConfigReportRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static GenerateConfigReportRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GenerateConfigReportRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static GenerateConfigReportRequest parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
GenerateConfigReportRequest
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static GenerateConfigReportRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GenerateConfigReportRequest
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static GenerateConfigReportRequest parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
GenerateConfigReportRequest
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GenerateConfigReportRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GenerateConfigReportRequest
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static GenerateConfigReportRequest parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
GenerateConfigReportRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static GenerateConfigReportRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GenerateConfigReportRequest
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<GenerateConfigReportRequest> parser()
Returns
Type Description
Parser<GenerateConfigReportRequest>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public GenerateConfigReportRequest getDefaultInstanceForType()
Returns
Type Description
GenerateConfigReportRequest

getNewConfig()

public Any getNewConfig()

Required. Service configuration for which we want to generate the report. For this version of API, the supported types are google.api.servicemanagement.v1.ConfigRef, google.api.servicemanagement.v1.ConfigSource, and google.api.Service

.google.protobuf.Any new_config = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Any

The newConfig.

getNewConfigOrBuilder()

public AnyOrBuilder getNewConfigOrBuilder()

Required. Service configuration for which we want to generate the report. For this version of API, the supported types are google.api.servicemanagement.v1.ConfigRef, google.api.servicemanagement.v1.ConfigSource, and google.api.Service

.google.protobuf.Any new_config = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
AnyOrBuilder

getOldConfig()

public Any getOldConfig()

Optional. Service configuration against which the comparison will be done. For this version of API, the supported types are google.api.servicemanagement.v1.ConfigRef, google.api.servicemanagement.v1.ConfigSource, and google.api.Service

.google.protobuf.Any old_config = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Any

The oldConfig.

getOldConfigOrBuilder()

public AnyOrBuilder getOldConfigOrBuilder()

Optional. Service configuration against which the comparison will be done. For this version of API, the supported types are google.api.servicemanagement.v1.ConfigRef, google.api.servicemanagement.v1.ConfigSource, and google.api.Service

.google.protobuf.Any old_config = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
AnyOrBuilder

getParserForType()

public Parser<GenerateConfigReportRequest> getParserForType()
Returns
Type Description
Parser<GenerateConfigReportRequest>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasNewConfig()

public boolean hasNewConfig()

Required. Service configuration for which we want to generate the report. For this version of API, the supported types are google.api.servicemanagement.v1.ConfigRef, google.api.servicemanagement.v1.ConfigSource, and google.api.Service

.google.protobuf.Any new_config = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the newConfig field is set.

hasOldConfig()

public boolean hasOldConfig()

Optional. Service configuration against which the comparison will be done. For this version of API, the supported types are google.api.servicemanagement.v1.ConfigRef, google.api.servicemanagement.v1.ConfigSource, and google.api.Service

.google.protobuf.Any old_config = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the oldConfig field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public GenerateConfigReportRequest.Builder newBuilderForType()
Returns
Type Description
GenerateConfigReportRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected GenerateConfigReportRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
GenerateConfigReportRequest.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public GenerateConfigReportRequest.Builder toBuilder()
Returns
Type Description
GenerateConfigReportRequest.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException