Uses of Class
com.google.cloud.compute.v1.SecuritySettings
-
Packages that use SecuritySettings Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of SecuritySettings in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return SecuritySettings Modifier and Type Method Description SecuritySettingsSecuritySettings.Builder. build()SecuritySettingsSecuritySettings.Builder. buildPartial()static SecuritySettingsSecuritySettings. getDefaultInstance()SecuritySettingsSecuritySettings.Builder. getDefaultInstanceForType()SecuritySettingsSecuritySettings. getDefaultInstanceForType()SecuritySettingsBackendService.Builder. getSecuritySettings()This field specifies the security settings that apply to this backend service.SecuritySettingsBackendService. getSecuritySettings()This field specifies the security settings that apply to this backend service.SecuritySettingsBackendServiceOrBuilder. getSecuritySettings()This field specifies the security settings that apply to this backend service.static SecuritySettingsSecuritySettings. parseDelimitedFrom(InputStream input)static SecuritySettingsSecuritySettings. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SecuritySettingsSecuritySettings. parseFrom(byte[] data)static SecuritySettingsSecuritySettings. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SecuritySettingsSecuritySettings. parseFrom(com.google.protobuf.ByteString data)static SecuritySettingsSecuritySettings. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SecuritySettingsSecuritySettings. parseFrom(com.google.protobuf.CodedInputStream input)static SecuritySettingsSecuritySettings. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SecuritySettingsSecuritySettings. parseFrom(InputStream input)static SecuritySettingsSecuritySettings. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SecuritySettingsSecuritySettings. parseFrom(ByteBuffer data)static SecuritySettingsSecuritySettings. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.compute.v1 that return types with arguments of type SecuritySettings Modifier and Type Method Description com.google.protobuf.Parser<SecuritySettings>SecuritySettings. getParserForType()static com.google.protobuf.Parser<SecuritySettings>SecuritySettings. parser()Methods in com.google.cloud.compute.v1 with parameters of type SecuritySettings Modifier and Type Method Description SecuritySettings.BuilderSecuritySettings.Builder. mergeFrom(SecuritySettings other)BackendService.BuilderBackendService.Builder. mergeSecuritySettings(SecuritySettings value)This field specifies the security settings that apply to this backend service.static SecuritySettings.BuilderSecuritySettings. newBuilder(SecuritySettings prototype)BackendService.BuilderBackendService.Builder. setSecuritySettings(SecuritySettings value)This field specifies the security settings that apply to this backend service.
-