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 WarningsWarnings.Builder. build()WarningsWarnings.Builder. buildPartial()static WarningsWarnings. getDefaultInstance()WarningsWarnings.Builder. getDefaultInstanceForType()WarningsWarnings. getDefaultInstanceForType()WarningsOperation.Builder. getWarnings(int index)[Output Only] If warning messages are generated during processing of the operation, this field will be populated.WarningsOperation. getWarnings(int index)[Output Only] If warning messages are generated during processing of the operation, this field will be populated.WarningsOperationOrBuilder. getWarnings(int index)[Output Only] If warning messages are generated during processing of the operation, this field will be populated.WarningsRoute.Builder. getWarnings(int index)[Output Only] If potential misconfigurations are detected for this route, this field will be populated with warning messages.WarningsRoute. getWarnings(int index)[Output Only] If potential misconfigurations are detected for this route, this field will be populated with warning messages.WarningsRouteOrBuilder. getWarnings(int index)[Output Only] If potential misconfigurations are detected for this route, this field will be populated with warning messages.WarningsSslPolicy.Builder. getWarnings(int index)[Output Only] If potential misconfigurations are detected for this SSL policy, this field will be populated with warning messages.WarningsSslPolicy. getWarnings(int index)[Output Only] If potential misconfigurations are detected for this SSL policy, this field will be populated with warning messages.WarningsSslPolicyOrBuilder. getWarnings(int index)[Output Only] If potential misconfigurations are detected for this SSL policy, this field will be populated with warning messages.static WarningsWarnings. parseDelimitedFrom(InputStream input)static WarningsWarnings. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WarningsWarnings. parseFrom(byte[] data)static WarningsWarnings. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WarningsWarnings. parseFrom(com.google.protobuf.ByteString data)static WarningsWarnings. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WarningsWarnings. parseFrom(com.google.protobuf.CodedInputStream input)static WarningsWarnings. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WarningsWarnings. parseFrom(InputStream input)static WarningsWarnings. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WarningsWarnings. parseFrom(ByteBuffer data)static WarningsWarnings. 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.BuilderOperation.Builder. addWarnings(int index, Warnings value)[Output Only] If warning messages are generated during processing of the operation, this field will be populated.Operation.BuilderOperation.Builder. addWarnings(Warnings value)[Output Only] If warning messages are generated during processing of the operation, this field will be populated.Route.BuilderRoute.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.BuilderRoute.Builder. addWarnings(Warnings value)[Output Only] If potential misconfigurations are detected for this route, this field will be populated with warning messages.SslPolicy.BuilderSslPolicy.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.BuilderSslPolicy.Builder. addWarnings(Warnings value)[Output Only] If potential misconfigurations are detected for this SSL policy, this field will be populated with warning messages.Warnings.BuilderWarnings.Builder. mergeFrom(Warnings other)static Warnings.BuilderWarnings. newBuilder(Warnings prototype)Operation.BuilderOperation.Builder. setWarnings(int index, Warnings value)[Output Only] If warning messages are generated during processing of the operation, this field will be populated.Route.BuilderRoute.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.BuilderSslPolicy.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.BuilderOperation.Builder. addAllWarnings(Iterable<? extends Warnings> values)[Output Only] If warning messages are generated during processing of the operation, this field will be populated.Route.BuilderRoute.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.BuilderSslPolicy.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.
-