public interface WarningsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
[Output Only] A warning code, if applicable.
|
com.google.protobuf.ByteString |
getCodeBytes()
[Output Only] A warning code, if applicable.
|
Data |
getData(int index)
[Output Only] Metadata about this warning in key: value format.
|
int |
getDataCount()
[Output Only] Metadata about this warning in key: value format.
|
List<Data> |
getDataList()
[Output Only] Metadata about this warning in key: value format.
|
DataOrBuilder |
getDataOrBuilder(int index)
[Output Only] Metadata about this warning in key: value format.
|
List<? extends DataOrBuilder> |
getDataOrBuilderList()
[Output Only] Metadata about this warning in key: value format.
|
String |
getMessage()
[Output Only] A human-readable description of the warning code.
|
com.google.protobuf.ByteString |
getMessageBytes()
[Output Only] A human-readable description of the warning code.
|
boolean |
hasCode()
[Output Only] A warning code, if applicable.
|
boolean |
hasMessage()
[Output Only] A human-readable description of the warning code.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCode()
[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response. Check the Code enum for the list of possible values.
optional string code = 3059181;String getCode()
[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response. Check the Code enum for the list of possible values.
optional string code = 3059181;com.google.protobuf.ByteString getCodeBytes()
[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response. Check the Code enum for the list of possible values.
optional string code = 3059181;List<Data> getDataList()
[Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }
repeated .google.cloud.compute.v1.Data data = 3076010;Data getData(int index)
[Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }
repeated .google.cloud.compute.v1.Data data = 3076010;int getDataCount()
[Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }
repeated .google.cloud.compute.v1.Data data = 3076010;List<? extends DataOrBuilder> getDataOrBuilderList()
[Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }
repeated .google.cloud.compute.v1.Data data = 3076010;DataOrBuilder getDataOrBuilder(int index)
[Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }
repeated .google.cloud.compute.v1.Data data = 3076010;boolean hasMessage()
[Output Only] A human-readable description of the warning code.
optional string message = 418054151;String getMessage()
[Output Only] A human-readable description of the warning code.
optional string message = 418054151;com.google.protobuf.ByteString getMessageBytes()
[Output Only] A human-readable description of the warning code.
optional string message = 418054151;Copyright © 2023 Google LLC. All rights reserved.