Uses of Class
com.google.cloud.compute.v1.Warnings
-
Packages that use Warnings Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of Warnings in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return Warnings Modifier and Type Method Description Warnings
Warnings.Builder. build()
Warnings
Warnings.Builder. buildPartial()
static Warnings
Warnings. getDefaultInstance()
Warnings
Warnings.Builder. getDefaultInstanceForType()
Warnings
Warnings. getDefaultInstanceForType()
Warnings
Operation.Builder. getWarnings(int index)
[Output Only] If warning messages are generated during processing of the operation, this field will be populated.Warnings
Operation. getWarnings(int index)
[Output Only] If warning messages are generated during processing of the operation, this field will be populated.Warnings
OperationOrBuilder. getWarnings(int index)
[Output Only] If warning messages are generated during processing of the operation, this field will be populated.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
Route. 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
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
SslPolicy. getWarnings(int index)
[Output Only] If potential misconfigurations are detected for this SSL policy, 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.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(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)
static Warnings
Warnings. parseFrom(ByteBuffer data)
static Warnings
Warnings. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type Warnings Modifier and Type Method Description com.google.protobuf.Parser<Warnings>
Warnings. getParserForType()
List<Warnings>
Operation.Builder. getWarningsList()
[Output Only] If warning messages are generated during processing of the operation, this field will be populated.List<Warnings>
Operation. getWarningsList()
[Output Only] If warning messages are generated during processing of the operation, this field will be populated.List<Warnings>
OperationOrBuilder. getWarningsList()
[Output Only] If warning messages are generated during processing of the operation, this field will be populated.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>
Route. 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>
SslPolicy.Builder. getWarningsList()
[Output Only] If potential misconfigurations are detected for this SSL policy, this field will be populated with warning messages.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>
SslPolicyOrBuilder. getWarningsList()
[Output Only] If potential misconfigurations are detected for this SSL policy, this field will be populated with warning messages.static com.google.protobuf.Parser<Warnings>
Warnings. parser()
Methods in com.google.cloud.compute.v1 with parameters of type Warnings Modifier and Type Method Description 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.Operation.Builder
Operation.Builder. addWarnings(Warnings value)
[Output Only] If warning messages are generated during processing of the operation, this field will be populated.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.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(int index, Warnings value)
[Output Only] If potential misconfigurations are detected for this SSL policy, 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.Warnings.Builder
Warnings.Builder. mergeFrom(Warnings other)
static Warnings.Builder
Warnings. newBuilder(Warnings prototype)
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.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.Method parameters in com.google.cloud.compute.v1 with type arguments of type Warnings Modifier and Type Method Description 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.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.
-