| Modifier and Type | Method and Description |
|---|---|
Warnings |
Warnings.Builder.build() |
Warnings |
Warnings.Builder.buildPartial() |
static Warnings |
Warnings.getDefaultInstance() |
Warnings |
Warnings.getDefaultInstanceForType() |
Warnings |
Warnings.Builder.getDefaultInstanceForType() |
Warnings |
Route.getWarnings(int index)
[Output Only] If potential misconfigurations are detected for this route, this field will be populated with warning messages.
|
Warnings |
Route.Builder.getWarnings(int index)
[Output Only] If potential misconfigurations are detected for this route, this field will be populated with warning messages.
|
Warnings |
RouteOrBuilder.getWarnings(int index)
[Output Only] If potential misconfigurations are detected for this route, this field will be populated with warning messages.
|
Warnings |
SslPolicyOrBuilder.getWarnings(int index)
[Output Only] If potential misconfigurations are detected for this SSL policy, this field will be populated with warning messages.
|
Warnings |
OperationOrBuilder.getWarnings(int index)
[Output Only] If warning messages are generated during processing of the operation, this field will be populated.
|
Warnings |
SslPolicy.getWarnings(int index)
[Output Only] If potential misconfigurations are detected for this SSL policy, this field will be populated with warning messages.
|
Warnings |
SslPolicy.Builder.getWarnings(int index)
[Output Only] If potential misconfigurations are detected for this SSL policy, this field will be populated with warning messages.
|
Warnings |
Operation.getWarnings(int index)
[Output Only] If warning messages are generated during processing of the operation, this field will be populated.
|
Warnings |
Operation.Builder.getWarnings(int index)
[Output Only] If warning messages are generated during processing of the operation, this field will be populated.
|
static Warnings |
Warnings.parseDelimitedFrom(InputStream input) |
static Warnings |
Warnings.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Warnings |
Warnings.parseFrom(byte[] data) |
static Warnings |
Warnings.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Warnings |
Warnings.parseFrom(ByteBuffer data) |
static Warnings |
Warnings.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Warnings |
Warnings.parseFrom(com.google.protobuf.ByteString data) |
static Warnings |
Warnings.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Warnings |
Warnings.parseFrom(com.google.protobuf.CodedInputStream input) |
static Warnings |
Warnings.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Warnings |
Warnings.parseFrom(InputStream input) |
static Warnings |
Warnings.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Warnings> |
Warnings.getParserForType() |
List<Warnings> |
Route.getWarningsList()
[Output Only] If potential misconfigurations are detected for this route, this field will be populated with warning messages.
|
List<Warnings> |
Route.Builder.getWarningsList()
[Output Only] If potential misconfigurations are detected for this route, this field will be populated with warning messages.
|
List<Warnings> |
RouteOrBuilder.getWarningsList()
[Output Only] If potential misconfigurations are detected for this route, this field will be populated with warning messages.
|
List<Warnings> |
SslPolicyOrBuilder.getWarningsList()
[Output Only] If potential misconfigurations are detected for this SSL policy, this field will be populated with warning messages.
|
List<Warnings> |
OperationOrBuilder.getWarningsList()
[Output Only] If warning messages are generated during processing of the operation, this field will be populated.
|
List<Warnings> |
SslPolicy.getWarningsList()
[Output Only] If potential misconfigurations are detected for this SSL policy, this field will be populated with warning messages.
|
List<Warnings> |
SslPolicy.Builder.getWarningsList()
[Output Only] If potential misconfigurations are detected for this SSL policy, this field will be populated with warning messages.
|
List<Warnings> |
Operation.getWarningsList()
[Output Only] If warning messages are generated during processing of the operation, this field will be populated.
|
List<Warnings> |
Operation.Builder.getWarningsList()
[Output Only] If warning messages are generated during processing of the operation, this field will be populated.
|
static com.google.protobuf.Parser<Warnings> |
Warnings.parser() |
| Modifier and Type | Method and Description |
|---|---|
Route.Builder |
Route.Builder.addWarnings(int index,
Warnings value)
[Output Only] If potential misconfigurations are detected for this route, this field will be populated with warning messages.
|
SslPolicy.Builder |
SslPolicy.Builder.addWarnings(int index,
Warnings value)
[Output Only] If potential misconfigurations are detected for this SSL policy, this field will be populated with warning messages.
|
Operation.Builder |
Operation.Builder.addWarnings(int index,
Warnings value)
[Output Only] If warning messages are generated during processing of the operation, this field will be populated.
|
Route.Builder |
Route.Builder.addWarnings(Warnings value)
[Output Only] If potential misconfigurations are detected for this route, this field will be populated with warning messages.
|
SslPolicy.Builder |
SslPolicy.Builder.addWarnings(Warnings value)
[Output Only] If potential misconfigurations are detected for this SSL policy, this field will be populated with warning messages.
|
Operation.Builder |
Operation.Builder.addWarnings(Warnings value)
[Output Only] If warning messages are generated during processing of the operation, this field will be populated.
|
Warnings.Builder |
Warnings.Builder.mergeFrom(Warnings other) |
static Warnings.Builder |
Warnings.newBuilder(Warnings prototype) |
Route.Builder |
Route.Builder.setWarnings(int index,
Warnings value)
[Output Only] If potential misconfigurations are detected for this route, this field will be populated with warning messages.
|
SslPolicy.Builder |
SslPolicy.Builder.setWarnings(int index,
Warnings value)
[Output Only] If potential misconfigurations are detected for this SSL policy, this field will be populated with warning messages.
|
Operation.Builder |
Operation.Builder.setWarnings(int index,
Warnings value)
[Output Only] If warning messages are generated during processing of the operation, this field will be populated.
|
| Modifier and Type | Method and Description |
|---|---|
Route.Builder |
Route.Builder.addAllWarnings(Iterable<? extends Warnings> values)
[Output Only] If potential misconfigurations are detected for this route, this field will be populated with warning messages.
|
SslPolicy.Builder |
SslPolicy.Builder.addAllWarnings(Iterable<? extends Warnings> values)
[Output Only] If potential misconfigurations are detected for this SSL policy, this field will be populated with warning messages.
|
Operation.Builder |
Operation.Builder.addAllWarnings(Iterable<? extends Warnings> values)
[Output Only] If warning messages are generated during processing of the operation, this field will be populated.
|
Copyright © 2023 Google LLC. All rights reserved.