Reference documentation and code samples for the Grafeas V1 API class Grafeas::V1::SecretStatus.
The status of the secret with a timestamp.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#message
def
message
()
-
>
::
String
Returns
- (::String) — Optional message about the status code.
#message=
def
message=
(
value
)
-
>
::
String
Parameter
- value(::String) — Optional message about the status code.
Returns
- (::String) — Optional message about the status code.
#status
def
status
()
-
>
::
Grafeas
::
V1
::
SecretStatus
::
Status
Returns
- ( ::Grafeas::V1::SecretStatus::Status ) — The status of the secret.
#status=
def
status=
(
value
)
-
>
::
Grafeas
::
V1
::
SecretStatus
::
Status
Parameter
- value( ::Grafeas::V1::SecretStatus::Status ) — The status of the secret.
Returns
- ( ::Grafeas::V1::SecretStatus::Status ) — The status of the secret.
#update_time
def
update_time
()
-
>
::
Google
::
Protobuf
::
Timestamp
Returns
- ( ::Google::Protobuf::Timestamp ) — The time the secret status was last updated.
#update_time=
def
update_time=
(
value
)
-
>
::
Google
::
Protobuf
::
Timestamp
Parameter
- value( ::Google::Protobuf::Timestamp ) — The time the secret status was last updated.
Returns
- ( ::Google::Protobuf::Timestamp ) — The time the secret status was last updated.

