Package | Description |
---|---|
com.google.cloud.securitycenter.v1 |
A client to Security Command Center API
|
Modifier and Type | Method and Description |
---|---|
static Connection.Protocol |
Connection.Protocol.forNumber(int value) |
Connection.Protocol |
ConnectionOrBuilder.getProtocol()
IANA Internet Protocol Number such as TCP(6) and UDP(17).
|
Connection.Protocol |
Connection.getProtocol()
IANA Internet Protocol Number such as TCP(6) and UDP(17).
|
Connection.Protocol |
Connection.Builder.getProtocol()
IANA Internet Protocol Number such as TCP(6) and UDP(17).
|
static Connection.Protocol |
Connection.Protocol.valueOf(Descriptors.EnumValueDescriptor desc) |
static Connection.Protocol |
Connection.Protocol.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Connection.Protocol |
Connection.Protocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Connection.Protocol[] |
Connection.Protocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Internal.EnumLiteMap<Connection.Protocol> |
Connection.Protocol.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
Connection.Builder |
Connection.Builder.setProtocol(Connection.Protocol value)
IANA Internet Protocol Number such as TCP(6) and UDP(17).
|
Copyright © 2022 Google LLC. All rights reserved.