Class GenerateConfigReportRequest (3.35.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
TypeDescription
int

OLD_CONFIG_FIELD_NUMBER

public static final int OLD_CONFIG_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static GenerateConfigReportRequest getDefaultInstance()
Returns
TypeDescription
GenerateConfigReportRequest

getDescriptor()

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

newBuilder()

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

newBuilder(GenerateConfigReportRequest prototype)

public static GenerateConfigReportRequest.Builder newBuilder(GenerateConfigReportRequest prototype)
Parameter
NameDescription
prototypeGenerateConfigReportRequest
Returns
TypeDescription
GenerateConfigReportRequest.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public GenerateConfigReportRequest getDefaultInstanceForType()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
AnyOrBuilder

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the oldConfig field is set.

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 GenerateConfigReportRequest.Builder newBuilderForType()
Returns
TypeDescription
GenerateConfigReportRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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