Interface DataserviceMessages.UpdateRefsRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DataserviceMessages.UpdateRefsRequest
,DataserviceMessages.UpdateRefsRequest.Builder
- Enclosing class:
- DataserviceMessages
public static interface DataserviceMessages.UpdateRefsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description boolean
containsRefsToUpdate(String key)
map<string, int32> refsToUpdate = 1;
Map<String,Integer>
getRefsToUpdate()
Deprecated.int
getRefsToUpdateCount()
map<string, int32> refsToUpdate = 1;
Map<String,Integer>
getRefsToUpdateMap()
map<string, int32> refsToUpdate = 1;
int
getRefsToUpdateOrDefault(String key, int defaultValue)
map<string, int32> refsToUpdate = 1;
int
getRefsToUpdateOrThrow(String key)
map<string, int32> refsToUpdate = 1;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getRefsToUpdateCount
int getRefsToUpdateCount()
map<string, int32> refsToUpdate = 1;
-
containsRefsToUpdate
boolean containsRefsToUpdate(String key)
map<string, int32> refsToUpdate = 1;
-
getRefsToUpdate
@Deprecated Map<String,Integer> getRefsToUpdate()
Deprecated.UsegetRefsToUpdateMap()
instead.
-
getRefsToUpdateOrDefault
int getRefsToUpdateOrDefault(String key, int defaultValue)
map<string, int32> refsToUpdate = 1;
-
getRefsToUpdateOrThrow
int getRefsToUpdateOrThrow(String key)
map<string, int32> refsToUpdate = 1;
-
-