Package dev.cerbos.api.v1.telemetry
Interface Telemetry.ServerLaunch.Features.Storage.GitOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Telemetry.ServerLaunch.Features.Storage.Git,Telemetry.ServerLaunch.Features.Storage.Git.Builder
- Enclosing class:
- Telemetry.ServerLaunch.Features.Storage
public static interface Telemetry.ServerLaunch.Features.Storage.GitOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetAuth()bool auth = 2;com.google.protobuf.DurationgetPollInterval().google.protobuf.Duration poll_interval = 3;com.google.protobuf.DurationOrBuildergetPollIntervalOrBuilder().google.protobuf.Duration poll_interval = 3;java.lang.StringgetProtocol()string protocol = 1;com.google.protobuf.ByteStringgetProtocolBytes()string protocol = 1;booleanhasPollInterval().google.protobuf.Duration poll_interval = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getProtocol
java.lang.String getProtocol()
string protocol = 1;- Returns:
- The protocol.
-
getProtocolBytes
com.google.protobuf.ByteString getProtocolBytes()
string protocol = 1;- Returns:
- The bytes for protocol.
-
getAuth
boolean getAuth()
bool auth = 2;- Returns:
- The auth.
-
hasPollInterval
boolean hasPollInterval()
.google.protobuf.Duration poll_interval = 3;- Returns:
- Whether the pollInterval field is set.
-
getPollInterval
com.google.protobuf.Duration getPollInterval()
.google.protobuf.Duration poll_interval = 3;- Returns:
- The pollInterval.
-
getPollIntervalOrBuilder
com.google.protobuf.DurationOrBuilder getPollIntervalOrBuilder()
.google.protobuf.Duration poll_interval = 3;
-
-