Class GenerateConfigReportResponse (3.39.0)

public final class GenerateConfigReportResponse extends GeneratedMessageV3 implements GenerateConfigReportResponseOrBuilder

Response message for GenerateConfigReport method.

Protobuf type google.api.servicemanagement.v1.GenerateConfigReportResponse

Static Fields

CHANGE_REPORTS_FIELD_NUMBER

public static final int CHANGE_REPORTS_FIELD_NUMBER
Field Value
TypeDescription
int

DIAGNOSTICS_FIELD_NUMBER

public static final int DIAGNOSTICS_FIELD_NUMBER
Field Value
TypeDescription
int

ID_FIELD_NUMBER

public static final int ID_FIELD_NUMBER
Field Value
TypeDescription
int

SERVICE_NAME_FIELD_NUMBER

public static final int SERVICE_NAME_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static GenerateConfigReportResponse getDefaultInstance()
Returns
TypeDescription
GenerateConfigReportResponse

getDescriptor()

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

newBuilder()

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

newBuilder(GenerateConfigReportResponse prototype)

public static GenerateConfigReportResponse.Builder newBuilder(GenerateConfigReportResponse prototype)
Parameter
NameDescription
prototypeGenerateConfigReportResponse
Returns
TypeDescription
GenerateConfigReportResponse.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getChangeReports(int index)

public ChangeReport getChangeReports(int index)

list of ChangeReport, each corresponding to comparison between two service configurations.

repeated .google.api.servicemanagement.v1.ChangeReport change_reports = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
ChangeReport

getChangeReportsCount()

public int getChangeReportsCount()

list of ChangeReport, each corresponding to comparison between two service configurations.

repeated .google.api.servicemanagement.v1.ChangeReport change_reports = 3;

Returns
TypeDescription
int

getChangeReportsList()

public List<ChangeReport> getChangeReportsList()

list of ChangeReport, each corresponding to comparison between two service configurations.

repeated .google.api.servicemanagement.v1.ChangeReport change_reports = 3;

Returns
TypeDescription
List<ChangeReport>

getChangeReportsOrBuilder(int index)

public ChangeReportOrBuilder getChangeReportsOrBuilder(int index)

list of ChangeReport, each corresponding to comparison between two service configurations.

repeated .google.api.servicemanagement.v1.ChangeReport change_reports = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
ChangeReportOrBuilder

getChangeReportsOrBuilderList()

public List<? extends ChangeReportOrBuilder> getChangeReportsOrBuilderList()

list of ChangeReport, each corresponding to comparison between two service configurations.

repeated .google.api.servicemanagement.v1.ChangeReport change_reports = 3;

Returns
TypeDescription
List<? extends com.google.api.servicemanagement.v1.ChangeReportOrBuilder>

getDefaultInstanceForType()

public GenerateConfigReportResponse getDefaultInstanceForType()
Returns
TypeDescription
GenerateConfigReportResponse

getDiagnostics(int index)

public Diagnostic getDiagnostics(int index)

Errors / Linter warnings associated with the service definition this report belongs to.

repeated .google.api.servicemanagement.v1.Diagnostic diagnostics = 4;

Parameter
NameDescription
indexint
Returns
TypeDescription
Diagnostic

getDiagnosticsCount()

public int getDiagnosticsCount()

Errors / Linter warnings associated with the service definition this report belongs to.

repeated .google.api.servicemanagement.v1.Diagnostic diagnostics = 4;

Returns
TypeDescription
int

getDiagnosticsList()

public List<Diagnostic> getDiagnosticsList()

Errors / Linter warnings associated with the service definition this report belongs to.

repeated .google.api.servicemanagement.v1.Diagnostic diagnostics = 4;

Returns
TypeDescription
List<Diagnostic>

getDiagnosticsOrBuilder(int index)

public DiagnosticOrBuilder getDiagnosticsOrBuilder(int index)

Errors / Linter warnings associated with the service definition this report belongs to.

repeated .google.api.servicemanagement.v1.Diagnostic diagnostics = 4;

Parameter
NameDescription
indexint
Returns
TypeDescription
DiagnosticOrBuilder

getDiagnosticsOrBuilderList()

public List<? extends DiagnosticOrBuilder> getDiagnosticsOrBuilderList()

Errors / Linter warnings associated with the service definition this report belongs to.

repeated .google.api.servicemanagement.v1.Diagnostic diagnostics = 4;

Returns
TypeDescription
List<? extends com.google.api.servicemanagement.v1.DiagnosticOrBuilder>

getId()

public String getId()

ID of the service configuration this report belongs to.

string id = 2;

Returns
TypeDescription
String

The id.

getIdBytes()

public ByteString getIdBytes()

ID of the service configuration this report belongs to.

string id = 2;

Returns
TypeDescription
ByteString

The bytes for id.

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getServiceName()

public String getServiceName()

Name of the service this report belongs to.

string service_name = 1;

Returns
TypeDescription
String

The serviceName.

getServiceNameBytes()

public ByteString getServiceNameBytes()

Name of the service this report belongs to.

string service_name = 1;

Returns
TypeDescription
ByteString

The bytes for serviceName.

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

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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