public class com.microsoft.azure.management.containerregistry.implementation.RunsInner
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.containerregistry.implementation.RunsInner
  super_class: java.lang.Object
{
  private com.microsoft.azure.management.containerregistry.implementation.RunsInner$RunsService service;
    descriptor: Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner$RunsService;
    flags: (0x0002) ACC_PRIVATE

  private com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl client;
    descriptor: Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(retrofit2.Retrofit, com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl);
    descriptor: (Lretrofit2/Retrofit;Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
        start local 1 // retrofit2.Retrofit retrofit
        start local 2 // com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl client
         0: .line 54
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 55
            aload 0 /* this */
            aload 1 /* retrofit */
            ldc Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner$RunsService;
            invokevirtual retrofit2.Retrofit.create:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast com.microsoft.azure.management.containerregistry.implementation.RunsInner$RunsService
            putfield com.microsoft.azure.management.containerregistry.implementation.RunsInner.service:Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner$RunsService;
         2: .line 56
            aload 0 /* this */
            aload 2 /* client */
            putfield com.microsoft.azure.management.containerregistry.implementation.RunsInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
         3: .line 57
            return
        end local 2 // com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl client
        end local 1 // retrofit2.Retrofit retrofit
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;
            0    4     1  retrofit  Lretrofit2/Retrofit;
            0    4     2    client  Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
    MethodParameters:
          Name  Flags
      retrofit  
      client    

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.containerregistry.implementation.RunInner> list(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
         0: .line 109
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RunsInner.listSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            astore 3 /* response */
        start local 3 // com.microsoft.rest.ServiceResponse response
         1: .line 110
            new com.microsoft.azure.management.containerregistry.implementation.RunsInner$1
            dup
            aload 0 /* this */
            aload 3 /* response */
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Page
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RunsInner$1.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 3 // com.microsoft.rest.ServiceResponse response
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;
            0    2     1  resourceGroupName  Ljava/lang/String;
            0    2     2       registryName  Ljava/lang/String;
            1    2     3           response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      registryName       final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.containerregistry.implementation.RunInner>> listAsync(java.lang.String, java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.containerregistry.implementation.RunInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 129
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RunsInner.listSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 130
            new com.microsoft.azure.management.containerregistry.implementation.RunsInner$2
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RunsInner$2.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;)V
         2: .line 136
            aload 3 /* serviceCallback */
         3: .line 128
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;
            0    4     1  resourceGroupName  Ljava/lang/String;
            0    4     2       registryName  Ljava/lang/String;
            0    4     3    serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      registryName       final
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.containerregistry.implementation.RunInner>> listAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
         0: .line 148
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RunsInner.listWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 149
            new com.microsoft.azure.management.containerregistry.implementation.RunsInner$3
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RunsInner$3.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 148
            areturn
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
            0    3     2       registryName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      registryName       final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.containerregistry.implementation.RunInner>>> listWithServiceResponseAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
         0: .line 166
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RunsInner.listSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 167
            new com.microsoft.azure.management.containerregistry.implementation.RunsInner$4
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RunsInner$4.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 166
            areturn
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
            0    3     2       registryName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      registryName       final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.containerregistry.implementation.RunInner>>> listSinglePageAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=5, args_size=3
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
         0: .line 188
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RunsInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 2
         1: .line 189
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 191
      StackMap locals:
      StackMap stack:
            aload 1 /* resourceGroupName */
            ifnonnull 4
         3: .line 192
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 194
      StackMap locals:
      StackMap stack:
            aload 2 /* registryName */
            ifnonnull 6
         5: .line 195
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter registryName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 198
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 3 /* filter */
        start local 3 // java.lang.String filter
         7: .line 199
            aconst_null
            astore 4 /* top */
        start local 4 // java.lang.Integer top
         8: .line 200
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RunsInner.service:Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner$RunsService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RunsInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            ldc "2018-09-01"
            aload 3 /* filter */
            aload 4 /* top */
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RunsInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RunsInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.containerregistry.implementation.RunsInner$RunsService.list:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 201
            new com.microsoft.azure.management.containerregistry.implementation.RunsInner$5
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RunsInner$5.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 200
            areturn
        end local 4 // java.lang.Integer top
        end local 3 // java.lang.String filter
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;
            0   11     1  resourceGroupName  Ljava/lang/String;
            0   11     2       registryName  Ljava/lang/String;
            7   11     3             filter  Ljava/lang/String;
            8   11     4                top  Ljava/lang/Integer;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      registryName       final

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.containerregistry.implementation.RunInner> list(java.lang.String, java.lang.String, java.lang.String, java.lang.Integer);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // java.lang.String filter
        start local 4 // java.lang.Integer top
         0: .line 227
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            aload 3 /* filter */
            aload 4 /* top */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RunsInner.listSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            astore 5 /* response */
        start local 5 // com.microsoft.rest.ServiceResponse response
         1: .line 228
            new com.microsoft.azure.management.containerregistry.implementation.RunsInner$6
            dup
            aload 0 /* this */
            aload 5 /* response */
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Page
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RunsInner$6.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 5 // com.microsoft.rest.ServiceResponse response
        end local 4 // java.lang.Integer top
        end local 3 // java.lang.String filter
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;
            0    2     1  resourceGroupName  Ljava/lang/String;
            0    2     2       registryName  Ljava/lang/String;
            0    2     3             filter  Ljava/lang/String;
            0    2     4                top  Ljava/lang/Integer;
            1    2     5           response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      registryName       final
      filter             final
      top                final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.containerregistry.implementation.RunInner>> listAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.containerregistry.implementation.RunInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // java.lang.String filter
        start local 4 // java.lang.Integer top
        start local 5 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 249
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            aload 3 /* filter */
            aload 4 /* top */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RunsInner.listSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable;
         1: .line 250
            new com.microsoft.azure.management.containerregistry.implementation.RunsInner$7
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RunsInner$7.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;)V
         2: .line 256
            aload 5 /* serviceCallback */
         3: .line 248
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 5 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 4 // java.lang.Integer top
        end local 3 // java.lang.String filter
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;
            0    4     1  resourceGroupName  Ljava/lang/String;
            0    4     2       registryName  Ljava/lang/String;
            0    4     3             filter  Ljava/lang/String;
            0    4     4                top  Ljava/lang/Integer;
            0    4     5    serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      registryName       final
      filter             final
      top                final
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.containerregistry.implementation.RunInner>> listAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.Integer);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // java.lang.String filter
        start local 4 // java.lang.Integer top
         0: .line 270
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            aload 3 /* filter */
            aload 4 /* top */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RunsInner.listWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable;
         1: .line 271
            new com.microsoft.azure.management.containerregistry.implementation.RunsInner$8
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RunsInner$8.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 270
            areturn
        end local 4 // java.lang.Integer top
        end local 3 // java.lang.String filter
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
            0    3     2       registryName  Ljava/lang/String;
            0    3     3             filter  Ljava/lang/String;
            0    3     4                top  Ljava/lang/Integer;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      registryName       final
      filter             final
      top                final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.containerregistry.implementation.RunInner>>> listWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.Integer);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // java.lang.String filter
        start local 4 // java.lang.Integer top
         0: .line 290
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            aload 3 /* filter */
            aload 4 /* top */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RunsInner.listSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable;
         1: .line 291
            new com.microsoft.azure.management.containerregistry.implementation.RunsInner$9
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RunsInner$9.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 290
            areturn
        end local 4 // java.lang.Integer top
        end local 3 // java.lang.String filter
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
            0    3     2       registryName  Ljava/lang/String;
            0    3     3             filter  Ljava/lang/String;
            0    3     4                top  Ljava/lang/Integer;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      registryName       final
      filter             final
      top                final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.containerregistry.implementation.RunInner>>> listSinglePageAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.Integer);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // java.lang.String filter
        start local 4 // java.lang.Integer top
         0: .line 314
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RunsInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 2
         1: .line 315
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 317
      StackMap locals:
      StackMap stack:
            aload 1 /* resourceGroupName */
            ifnonnull 4
         3: .line 318
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 320
      StackMap locals:
      StackMap stack:
            aload 2 /* registryName */
            ifnonnull 6
         5: .line 321
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter registryName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 324
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RunsInner.service:Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner$RunsService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RunsInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            ldc "2018-09-01"
            aload 3 /* filter */
            aload 4 /* top */
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RunsInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RunsInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.containerregistry.implementation.RunsInner$RunsService.list:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         7: .line 325
            new com.microsoft.azure.management.containerregistry.implementation.RunsInner$10
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RunsInner$10.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         8: .line 324
            areturn
        end local 4 // java.lang.Integer top
        end local 3 // java.lang.String filter
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    9     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;
            0    9     1  resourceGroupName  Ljava/lang/String;
            0    9     2       registryName  Ljava/lang/String;
            0    9     3             filter  Ljava/lang/String;
            0    9     4                top  Ljava/lang/Integer;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      registryName       final
      filter             final
      top                final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.containerregistry.implementation.PageImpl<com.microsoft.azure.management.containerregistry.implementation.RunInner>> listDelegate(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
        start local 1 // retrofit2.Response response
         0: .line 339
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RunsInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
            invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RunsInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         1: .line 340
            sipush 200
            new com.microsoft.azure.management.containerregistry.implementation.RunsInner$11
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RunsInner$11.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;)V
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RunsInner$11.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 341
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 342
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 339
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/containerregistry/implementation/PageImpl<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.containerregistry.implementation.RunInner get(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // java.lang.String runId
         0: .line 357
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            aload 3 /* runId */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RunsInner.getWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.containerregistry.implementation.RunInner
            areturn
        end local 3 // java.lang.String runId
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2       registryName  Ljava/lang/String;
            0    1     3              runId  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       
      runId              

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.containerregistry.implementation.RunInner> getAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.containerregistry.implementation.RunInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // java.lang.String runId
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 371
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            aload 3 /* runId */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RunsInner.getWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            aload 4 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 4 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 3 // java.lang.String runId
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2       registryName  Ljava/lang/String;
            0    1     3              runId  Ljava/lang/String;
            0    1     4    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       
      runId              
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.management.containerregistry.implementation.RunInner> getAsync(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // java.lang.String runId
         0: .line 384
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            aload 3 /* runId */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RunsInner.getWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.containerregistry.implementation.RunsInner$12
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RunsInner$12.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 3 // java.lang.String runId
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2       registryName  Ljava/lang/String;
            0    1     3              runId  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       
      runId              

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.containerregistry.implementation.RunInner>> getWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // java.lang.String runId
         0: .line 402
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RunsInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 2
         1: .line 403
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 405
      StackMap locals:
      StackMap stack:
            aload 1 /* resourceGroupName */
            ifnonnull 4
         3: .line 406
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 408
      StackMap locals:
      StackMap stack:
            aload 2 /* registryName */
            ifnonnull 6
         5: .line 409
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter registryName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 411
      StackMap locals:
      StackMap stack:
            aload 3 /* runId */
            ifnonnull 8
         7: .line 412
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter runId is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 415
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RunsInner.service:Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner$RunsService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RunsInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            aload 3 /* runId */
            ldc "2018-09-01"
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RunsInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RunsInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.containerregistry.implementation.RunsInner$RunsService.get:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 416
            new com.microsoft.azure.management.containerregistry.implementation.RunsInner$13
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RunsInner$13.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 415
            areturn
        end local 3 // java.lang.String runId
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;
            0   11     1  resourceGroupName  Ljava/lang/String;
            0   11     2       registryName  Ljava/lang/String;
            0   11     3              runId  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       
      runId              

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.containerregistry.implementation.RunInner> getDelegate(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
        start local 1 // retrofit2.Response response
         0: .line 430
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RunsInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
            invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RunsInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         1: .line 431
            sipush 200
            new com.microsoft.azure.management.containerregistry.implementation.RunsInner$14
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RunsInner$14.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;)V
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RunsInner$14.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 432
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 433
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 430
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.containerregistry.implementation.RunInner update(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // java.lang.String runId
         0: .line 448
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            aload 3 /* runId */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RunsInner.updateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.last:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.containerregistry.implementation.RunInner
            areturn
        end local 3 // java.lang.String runId
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2       registryName  Ljava/lang/String;
            0    1     3              runId  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       
      runId              

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.containerregistry.implementation.RunInner> updateAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.containerregistry.implementation.RunInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // java.lang.String runId
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 462
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            aload 3 /* runId */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RunsInner.updateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            aload 4 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 4 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 3 // java.lang.String runId
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2       registryName  Ljava/lang/String;
            0    1     3              runId  Ljava/lang/String;
            0    1     4    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       
      runId              
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.management.containerregistry.implementation.RunInner> updateAsync(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // java.lang.String runId
         0: .line 475
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            aload 3 /* runId */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RunsInner.updateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.containerregistry.implementation.RunsInner$15
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RunsInner$15.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 3 // java.lang.String runId
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2       registryName  Ljava/lang/String;
            0    1     3              runId  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       
      runId              

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.containerregistry.implementation.RunInner>> updateWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=6, args_size=4
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // java.lang.String runId
         0: .line 493
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RunsInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 2
         1: .line 494
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 496
      StackMap locals:
      StackMap stack:
            aload 1 /* resourceGroupName */
            ifnonnull 4
         3: .line 497
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 499
      StackMap locals:
      StackMap stack:
            aload 2 /* registryName */
            ifnonnull 6
         5: .line 500
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter registryName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 502
      StackMap locals:
      StackMap stack:
            aload 3 /* runId */
            ifnonnull 8
         7: .line 503
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter runId is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 507
      StackMap locals:
      StackMap stack:
            new com.microsoft.azure.management.containerregistry.RunUpdateParameters
            dup
            invokespecial com.microsoft.azure.management.containerregistry.RunUpdateParameters.<init>:()V
            astore 4 /* runUpdateParameters */
        start local 4 // com.microsoft.azure.management.containerregistry.RunUpdateParameters runUpdateParameters
         9: .line 508
            aload 4 /* runUpdateParameters */
            aconst_null
            invokevirtual com.microsoft.azure.management.containerregistry.RunUpdateParameters.withIsArchiveEnabled:(Ljava/lang/Boolean;)Lcom/microsoft/azure/management/containerregistry/RunUpdateParameters;
            pop
        10: .line 509
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RunsInner.service:Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner$RunsService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RunsInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            aload 3 /* runId */
            ldc "2018-09-01"
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RunsInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 4 /* runUpdateParameters */
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RunsInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.containerregistry.implementation.RunsInner$RunsService.update:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RunUpdateParameters;Ljava/lang/String;)Lrx/Observable;
            astore 5 /* observable */
        start local 5 // rx.Observable observable
        11: .line 510
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RunsInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.getAzureClient:()Lcom/microsoft/azure/AzureClient;
            aload 5 /* observable */
            new com.microsoft.azure.management.containerregistry.implementation.RunsInner$16
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RunsInner$16.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;)V
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RunsInner$16.getType:()Ljava/lang/reflect/Type;
            invokevirtual com.microsoft.azure.AzureClient.getPutOrPatchResultAsync:(Lrx/Observable;Ljava/lang/reflect/Type;)Lrx/Observable;
            areturn
        end local 5 // rx.Observable observable
        end local 4 // com.microsoft.azure.management.containerregistry.RunUpdateParameters runUpdateParameters
        end local 3 // java.lang.String runId
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   12     0                 this  Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;
            0   12     1    resourceGroupName  Ljava/lang/String;
            0   12     2         registryName  Ljava/lang/String;
            0   12     3                runId  Ljava/lang/String;
            9   12     4  runUpdateParameters  Lcom/microsoft/azure/management/containerregistry/RunUpdateParameters;
           11   12     5           observable  Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       
      runId              

  public com.microsoft.azure.management.containerregistry.implementation.RunInner update(java.lang.String, java.lang.String, java.lang.String, java.lang.Boolean);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;)Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // java.lang.String runId
        start local 4 // java.lang.Boolean isArchiveEnabled
         0: .line 525
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            aload 3 /* runId */
            aload 4 /* isArchiveEnabled */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RunsInner.updateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.last:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.containerregistry.implementation.RunInner
            areturn
        end local 4 // java.lang.Boolean isArchiveEnabled
        end local 3 // java.lang.String runId
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2       registryName  Ljava/lang/String;
            0    1     3              runId  Ljava/lang/String;
            0    1     4   isArchiveEnabled  Ljava/lang/Boolean;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       
      runId              
      isArchiveEnabled   

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.containerregistry.implementation.RunInner> updateAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.Boolean, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.containerregistry.implementation.RunInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // java.lang.String runId
        start local 4 // java.lang.Boolean isArchiveEnabled
        start local 5 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 540
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            aload 3 /* runId */
            aload 4 /* isArchiveEnabled */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RunsInner.updateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;)Lrx/Observable;
            aload 5 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 5 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 4 // java.lang.Boolean isArchiveEnabled
        end local 3 // java.lang.String runId
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2       registryName  Ljava/lang/String;
            0    1     3              runId  Ljava/lang/String;
            0    1     4   isArchiveEnabled  Ljava/lang/Boolean;
            0    1     5    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       
      runId              
      isArchiveEnabled   
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.management.containerregistry.implementation.RunInner> updateAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.Boolean);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // java.lang.String runId
        start local 4 // java.lang.Boolean isArchiveEnabled
         0: .line 554
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            aload 3 /* runId */
            aload 4 /* isArchiveEnabled */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RunsInner.updateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;)Lrx/Observable;
            new com.microsoft.azure.management.containerregistry.implementation.RunsInner$17
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RunsInner$17.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 4 // java.lang.Boolean isArchiveEnabled
        end local 3 // java.lang.String runId
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2       registryName  Ljava/lang/String;
            0    1     3              runId  Ljava/lang/String;
            0    1     4   isArchiveEnabled  Ljava/lang/Boolean;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;)Lrx/Observable<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       
      runId              
      isArchiveEnabled   

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.containerregistry.implementation.RunInner>> updateWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.Boolean);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=7, args_size=5
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // java.lang.String runId
        start local 4 // java.lang.Boolean isArchiveEnabled
         0: .line 573
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RunsInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 2
         1: .line 574
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 576
      StackMap locals:
      StackMap stack:
            aload 1 /* resourceGroupName */
            ifnonnull 4
         3: .line 577
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 579
      StackMap locals:
      StackMap stack:
            aload 2 /* registryName */
            ifnonnull 6
         5: .line 580
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter registryName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 582
      StackMap locals:
      StackMap stack:
            aload 3 /* runId */
            ifnonnull 8
         7: .line 583
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter runId is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 586
      StackMap locals:
      StackMap stack:
            new com.microsoft.azure.management.containerregistry.RunUpdateParameters
            dup
            invokespecial com.microsoft.azure.management.containerregistry.RunUpdateParameters.<init>:()V
            astore 5 /* runUpdateParameters */
        start local 5 // com.microsoft.azure.management.containerregistry.RunUpdateParameters runUpdateParameters
         9: .line 587
            aload 5 /* runUpdateParameters */
            aload 4 /* isArchiveEnabled */
            invokevirtual com.microsoft.azure.management.containerregistry.RunUpdateParameters.withIsArchiveEnabled:(Ljava/lang/Boolean;)Lcom/microsoft/azure/management/containerregistry/RunUpdateParameters;
            pop
        10: .line 588
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RunsInner.service:Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner$RunsService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RunsInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            aload 3 /* runId */
            ldc "2018-09-01"
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RunsInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 5 /* runUpdateParameters */
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RunsInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.containerregistry.implementation.RunsInner$RunsService.update:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RunUpdateParameters;Ljava/lang/String;)Lrx/Observable;
            astore 6 /* observable */
        start local 6 // rx.Observable observable
        11: .line 589
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RunsInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.getAzureClient:()Lcom/microsoft/azure/AzureClient;
            aload 6 /* observable */
            new com.microsoft.azure.management.containerregistry.implementation.RunsInner$18
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RunsInner$18.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;)V
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RunsInner$18.getType:()Ljava/lang/reflect/Type;
            invokevirtual com.microsoft.azure.AzureClient.getPutOrPatchResultAsync:(Lrx/Observable;Ljava/lang/reflect/Type;)Lrx/Observable;
            areturn
        end local 6 // rx.Observable observable
        end local 5 // com.microsoft.azure.management.containerregistry.RunUpdateParameters runUpdateParameters
        end local 4 // java.lang.Boolean isArchiveEnabled
        end local 3 // java.lang.String runId
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   12     0                 this  Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;
            0   12     1    resourceGroupName  Ljava/lang/String;
            0   12     2         registryName  Ljava/lang/String;
            0   12     3                runId  Ljava/lang/String;
            0   12     4     isArchiveEnabled  Ljava/lang/Boolean;
            9   12     5  runUpdateParameters  Lcom/microsoft/azure/management/containerregistry/RunUpdateParameters;
           11   12     6           observable  Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       
      runId              
      isArchiveEnabled   

  public com.microsoft.azure.management.containerregistry.implementation.RunInner beginUpdate(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // java.lang.String runId
         0: .line 604
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            aload 3 /* runId */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RunsInner.beginUpdateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.containerregistry.implementation.RunInner
            areturn
        end local 3 // java.lang.String runId
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2       registryName  Ljava/lang/String;
            0    1     3              runId  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       
      runId              

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.containerregistry.implementation.RunInner> beginUpdateAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.containerregistry.implementation.RunInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // java.lang.String runId
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 618
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            aload 3 /* runId */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RunsInner.beginUpdateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            aload 4 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 4 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 3 // java.lang.String runId
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2       registryName  Ljava/lang/String;
            0    1     3              runId  Ljava/lang/String;
            0    1     4    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       
      runId              
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.management.containerregistry.implementation.RunInner> beginUpdateAsync(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // java.lang.String runId
         0: .line 631
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            aload 3 /* runId */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RunsInner.beginUpdateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.containerregistry.implementation.RunsInner$19
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RunsInner$19.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 3 // java.lang.String runId
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2       registryName  Ljava/lang/String;
            0    1     3              runId  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       
      runId              

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.containerregistry.implementation.RunInner>> beginUpdateWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=5, args_size=4
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // java.lang.String runId
         0: .line 649
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RunsInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 2
         1: .line 650
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 652
      StackMap locals:
      StackMap stack:
            aload 1 /* resourceGroupName */
            ifnonnull 4
         3: .line 653
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 655
      StackMap locals:
      StackMap stack:
            aload 2 /* registryName */
            ifnonnull 6
         5: .line 656
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter registryName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 658
      StackMap locals:
      StackMap stack:
            aload 3 /* runId */
            ifnonnull 8
         7: .line 659
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter runId is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 663
      StackMap locals:
      StackMap stack:
            new com.microsoft.azure.management.containerregistry.RunUpdateParameters
            dup
            invokespecial com.microsoft.azure.management.containerregistry.RunUpdateParameters.<init>:()V
            astore 4 /* runUpdateParameters */
        start local 4 // com.microsoft.azure.management.containerregistry.RunUpdateParameters runUpdateParameters
         9: .line 664
            aload 4 /* runUpdateParameters */
            aconst_null
            invokevirtual com.microsoft.azure.management.containerregistry.RunUpdateParameters.withIsArchiveEnabled:(Ljava/lang/Boolean;)Lcom/microsoft/azure/management/containerregistry/RunUpdateParameters;
            pop
        10: .line 665
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RunsInner.service:Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner$RunsService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RunsInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            aload 3 /* runId */
            ldc "2018-09-01"
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RunsInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 4 /* runUpdateParameters */
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RunsInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.containerregistry.implementation.RunsInner$RunsService.beginUpdate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RunUpdateParameters;Ljava/lang/String;)Lrx/Observable;
        11: .line 666
            new com.microsoft.azure.management.containerregistry.implementation.RunsInner$20
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RunsInner$20.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        12: .line 665
            areturn
        end local 4 // com.microsoft.azure.management.containerregistry.RunUpdateParameters runUpdateParameters
        end local 3 // java.lang.String runId
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   13     0                 this  Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;
            0   13     1    resourceGroupName  Ljava/lang/String;
            0   13     2         registryName  Ljava/lang/String;
            0   13     3                runId  Ljava/lang/String;
            9   13     4  runUpdateParameters  Lcom/microsoft/azure/management/containerregistry/RunUpdateParameters;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       
      runId              

  public com.microsoft.azure.management.containerregistry.implementation.RunInner beginUpdate(java.lang.String, java.lang.String, java.lang.String, java.lang.Boolean);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;)Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // java.lang.String runId
        start local 4 // java.lang.Boolean isArchiveEnabled
         0: .line 692
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            aload 3 /* runId */
            aload 4 /* isArchiveEnabled */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RunsInner.beginUpdateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.containerregistry.implementation.RunInner
            areturn
        end local 4 // java.lang.Boolean isArchiveEnabled
        end local 3 // java.lang.String runId
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2       registryName  Ljava/lang/String;
            0    1     3              runId  Ljava/lang/String;
            0    1     4   isArchiveEnabled  Ljava/lang/Boolean;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       
      runId              
      isArchiveEnabled   

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.containerregistry.implementation.RunInner> beginUpdateAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.Boolean, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.containerregistry.implementation.RunInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // java.lang.String runId
        start local 4 // java.lang.Boolean isArchiveEnabled
        start local 5 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 707
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            aload 3 /* runId */
            aload 4 /* isArchiveEnabled */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RunsInner.beginUpdateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;)Lrx/Observable;
            aload 5 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 5 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 4 // java.lang.Boolean isArchiveEnabled
        end local 3 // java.lang.String runId
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2       registryName  Ljava/lang/String;
            0    1     3              runId  Ljava/lang/String;
            0    1     4   isArchiveEnabled  Ljava/lang/Boolean;
            0    1     5    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       
      runId              
      isArchiveEnabled   
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.management.containerregistry.implementation.RunInner> beginUpdateAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.Boolean);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // java.lang.String runId
        start local 4 // java.lang.Boolean isArchiveEnabled
         0: .line 721
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            aload 3 /* runId */
            aload 4 /* isArchiveEnabled */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RunsInner.beginUpdateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;)Lrx/Observable;
            new com.microsoft.azure.management.containerregistry.implementation.RunsInner$21
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RunsInner$21.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 4 // java.lang.Boolean isArchiveEnabled
        end local 3 // java.lang.String runId
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2       registryName  Ljava/lang/String;
            0    1     3              runId  Ljava/lang/String;
            0    1     4   isArchiveEnabled  Ljava/lang/Boolean;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;)Lrx/Observable<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       
      runId              
      isArchiveEnabled   

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.containerregistry.implementation.RunInner>> beginUpdateWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.Boolean);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=6, args_size=5
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // java.lang.String runId
        start local 4 // java.lang.Boolean isArchiveEnabled
         0: .line 740
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RunsInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 2
         1: .line 741
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 743
      StackMap locals:
      StackMap stack:
            aload 1 /* resourceGroupName */
            ifnonnull 4
         3: .line 744
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 746
      StackMap locals:
      StackMap stack:
            aload 2 /* registryName */
            ifnonnull 6
         5: .line 747
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter registryName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 749
      StackMap locals:
      StackMap stack:
            aload 3 /* runId */
            ifnonnull 8
         7: .line 750
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter runId is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 753
      StackMap locals:
      StackMap stack:
            new com.microsoft.azure.management.containerregistry.RunUpdateParameters
            dup
            invokespecial com.microsoft.azure.management.containerregistry.RunUpdateParameters.<init>:()V
            astore 5 /* runUpdateParameters */
        start local 5 // com.microsoft.azure.management.containerregistry.RunUpdateParameters runUpdateParameters
         9: .line 754
            aload 5 /* runUpdateParameters */
            aload 4 /* isArchiveEnabled */
            invokevirtual com.microsoft.azure.management.containerregistry.RunUpdateParameters.withIsArchiveEnabled:(Ljava/lang/Boolean;)Lcom/microsoft/azure/management/containerregistry/RunUpdateParameters;
            pop
        10: .line 755
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RunsInner.service:Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner$RunsService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RunsInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            aload 3 /* runId */
            ldc "2018-09-01"
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RunsInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 5 /* runUpdateParameters */
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RunsInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.containerregistry.implementation.RunsInner$RunsService.beginUpdate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RunUpdateParameters;Ljava/lang/String;)Lrx/Observable;
        11: .line 756
            new com.microsoft.azure.management.containerregistry.implementation.RunsInner$22
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RunsInner$22.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        12: .line 755
            areturn
        end local 5 // com.microsoft.azure.management.containerregistry.RunUpdateParameters runUpdateParameters
        end local 4 // java.lang.Boolean isArchiveEnabled
        end local 3 // java.lang.String runId
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   13     0                 this  Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;
            0   13     1    resourceGroupName  Ljava/lang/String;
            0   13     2         registryName  Ljava/lang/String;
            0   13     3                runId  Ljava/lang/String;
            0   13     4     isArchiveEnabled  Ljava/lang/Boolean;
            9   13     5  runUpdateParameters  Lcom/microsoft/azure/management/containerregistry/RunUpdateParameters;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       
      runId              
      isArchiveEnabled   

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.containerregistry.implementation.RunInner> beginUpdateDelegate(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
        start local 1 // retrofit2.Response response
         0: .line 770
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RunsInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
            invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RunsInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         1: .line 771
            sipush 200
            new com.microsoft.azure.management.containerregistry.implementation.RunsInner$23
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RunsInner$23.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;)V
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RunsInner$23.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 772
            sipush 201
            new com.microsoft.azure.management.containerregistry.implementation.RunsInner$24
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RunsInner$24.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;)V
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RunsInner$24.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 773
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 774
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         5: .line 770
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;
            0    6     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.containerregistry.implementation.RunGetLogResultInner getLogSasUrl(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/containerregistry/implementation/RunGetLogResultInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // java.lang.String runId
         0: .line 789
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            aload 3 /* runId */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RunsInner.getLogSasUrlWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.containerregistry.implementation.RunGetLogResultInner
            areturn
        end local 3 // java.lang.String runId
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2       registryName  Ljava/lang/String;
            0    1     3              runId  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       
      runId              

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.containerregistry.implementation.RunGetLogResultInner> getLogSasUrlAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.containerregistry.implementation.RunGetLogResultInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // java.lang.String runId
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 803
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            aload 3 /* runId */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RunsInner.getLogSasUrlWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            aload 4 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 4 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 3 // java.lang.String runId
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2       registryName  Ljava/lang/String;
            0    1     3              runId  Ljava/lang/String;
            0    1     4    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RunGetLogResultInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RunGetLogResultInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/containerregistry/implementation/RunGetLogResultInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       
      runId              
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.management.containerregistry.implementation.RunGetLogResultInner> getLogSasUrlAsync(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // java.lang.String runId
         0: .line 816
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            aload 3 /* runId */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RunsInner.getLogSasUrlWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.containerregistry.implementation.RunsInner$25
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RunsInner$25.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 3 // java.lang.String runId
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2       registryName  Ljava/lang/String;
            0    1     3              runId  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/containerregistry/implementation/RunGetLogResultInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       
      runId              

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.containerregistry.implementation.RunGetLogResultInner>> getLogSasUrlWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // java.lang.String runId
         0: .line 834
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RunsInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 2
         1: .line 835
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 837
      StackMap locals:
      StackMap stack:
            aload 1 /* resourceGroupName */
            ifnonnull 4
         3: .line 838
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 840
      StackMap locals:
      StackMap stack:
            aload 2 /* registryName */
            ifnonnull 6
         5: .line 841
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter registryName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 843
      StackMap locals:
      StackMap stack:
            aload 3 /* runId */
            ifnonnull 8
         7: .line 844
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter runId is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 847
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RunsInner.service:Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner$RunsService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RunsInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            aload 3 /* runId */
            ldc "2018-09-01"
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RunsInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RunsInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.containerregistry.implementation.RunsInner$RunsService.getLogSasUrl:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 848
            new com.microsoft.azure.management.containerregistry.implementation.RunsInner$26
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RunsInner$26.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 847
            areturn
        end local 3 // java.lang.String runId
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;
            0   11     1  resourceGroupName  Ljava/lang/String;
            0   11     2       registryName  Ljava/lang/String;
            0   11     3              runId  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/containerregistry/implementation/RunGetLogResultInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       
      runId              

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.containerregistry.implementation.RunGetLogResultInner> getLogSasUrlDelegate(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
        start local 1 // retrofit2.Response response
         0: .line 862
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RunsInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
            invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RunsInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         1: .line 863
            sipush 200
            new com.microsoft.azure.management.containerregistry.implementation.RunsInner$27
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RunsInner$27.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;)V
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RunsInner$27.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 864
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 865
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 862
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/containerregistry/implementation/RunGetLogResultInner;>;
    MethodParameters:
          Name  Flags
      response  

  public void cancel(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // java.lang.String runId
         0: .line 879
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            aload 3 /* runId */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RunsInner.cancelWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.last:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            pop
         1: .line 880
            return
        end local 3 // java.lang.String runId
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;
            0    2     1  resourceGroupName  Ljava/lang/String;
            0    2     2       registryName  Ljava/lang/String;
            0    2     3              runId  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       
      runId              

  public com.microsoft.rest.ServiceFuture<java.lang.Void> cancelAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<java.lang.Void>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // java.lang.String runId
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 893
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            aload 3 /* runId */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RunsInner.cancelWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            aload 4 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 4 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 3 // java.lang.String runId
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2       registryName  Ljava/lang/String;
            0    1     3              runId  Ljava/lang/String;
            0    1     4    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/lang/Void;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       
      runId              
      serviceCallback    final

  public rx.Observable<java.lang.Void> cancelAsync(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // java.lang.String runId
         0: .line 906
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            aload 3 /* runId */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RunsInner.cancelWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.containerregistry.implementation.RunsInner$28
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RunsInner$28.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 3 // java.lang.String runId
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2       registryName  Ljava/lang/String;
            0    1     3              runId  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Ljava/lang/Void;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       
      runId              

  public rx.Observable<com.microsoft.rest.ServiceResponse<java.lang.Void>> cancelWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=4
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // java.lang.String runId
         0: .line 924
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RunsInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 2
         1: .line 925
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 927
      StackMap locals:
      StackMap stack:
            aload 1 /* resourceGroupName */
            ifnonnull 4
         3: .line 928
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 930
      StackMap locals:
      StackMap stack:
            aload 2 /* registryName */
            ifnonnull 6
         5: .line 931
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter registryName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 933
      StackMap locals:
      StackMap stack:
            aload 3 /* runId */
            ifnonnull 8
         7: .line 934
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter runId is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 937
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RunsInner.service:Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner$RunsService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RunsInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            aload 3 /* runId */
            ldc "2018-09-01"
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RunsInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RunsInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.containerregistry.implementation.RunsInner$RunsService.cancel:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            astore 4 /* observable */
        start local 4 // rx.Observable observable
         9: .line 938
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RunsInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.getAzureClient:()Lcom/microsoft/azure/AzureClient;
            aload 4 /* observable */
            new com.microsoft.azure.management.containerregistry.implementation.RunsInner$29
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RunsInner$29.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;)V
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RunsInner$29.getType:()Ljava/lang/reflect/Type;
            invokevirtual com.microsoft.azure.AzureClient.getPostOrDeleteResultAsync:(Lrx/Observable;Ljava/lang/reflect/Type;)Lrx/Observable;
            areturn
        end local 4 // rx.Observable observable
        end local 3 // java.lang.String runId
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   10     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;
            0   10     1  resourceGroupName  Ljava/lang/String;
            0   10     2       registryName  Ljava/lang/String;
            0   10     3              runId  Ljava/lang/String;
            9   10     4         observable  Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       
      runId              

  public void beginCancel(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // java.lang.String runId
         0: .line 952
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            aload 3 /* runId */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RunsInner.beginCancelWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            pop
         1: .line 953
            return
        end local 3 // java.lang.String runId
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;
            0    2     1  resourceGroupName  Ljava/lang/String;
            0    2     2       registryName  Ljava/lang/String;
            0    2     3              runId  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       
      runId              

  public com.microsoft.rest.ServiceFuture<java.lang.Void> beginCancelAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<java.lang.Void>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // java.lang.String runId
        start local 4 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 966
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            aload 3 /* runId */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RunsInner.beginCancelWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            aload 4 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 4 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 3 // java.lang.String runId
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2       registryName  Ljava/lang/String;
            0    1     3              runId  Ljava/lang/String;
            0    1     4    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/lang/Void;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       
      runId              
      serviceCallback    final

  public rx.Observable<java.lang.Void> beginCancelAsync(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // java.lang.String runId
         0: .line 979
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            aload 3 /* runId */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RunsInner.beginCancelWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.containerregistry.implementation.RunsInner$30
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RunsInner$30.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 3 // java.lang.String runId
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2       registryName  Ljava/lang/String;
            0    1     3              runId  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Ljava/lang/Void;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       
      runId              

  public rx.Observable<com.microsoft.rest.ServiceResponse<java.lang.Void>> beginCancelWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
        start local 3 // java.lang.String runId
         0: .line 997
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RunsInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 2
         1: .line 998
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1000
      StackMap locals:
      StackMap stack:
            aload 1 /* resourceGroupName */
            ifnonnull 4
         3: .line 1001
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1003
      StackMap locals:
      StackMap stack:
            aload 2 /* registryName */
            ifnonnull 6
         5: .line 1004
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter registryName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1006
      StackMap locals:
      StackMap stack:
            aload 3 /* runId */
            ifnonnull 8
         7: .line 1007
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter runId is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 1010
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RunsInner.service:Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner$RunsService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RunsInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 1 /* resourceGroupName */
            aload 2 /* registryName */
            aload 3 /* runId */
            ldc "2018-09-01"
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RunsInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RunsInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.containerregistry.implementation.RunsInner$RunsService.beginCancel:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 1011
            new com.microsoft.azure.management.containerregistry.implementation.RunsInner$31
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RunsInner$31.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 1010
            areturn
        end local 3 // java.lang.String runId
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;
            0   11     1  resourceGroupName  Ljava/lang/String;
            0   11     2       registryName  Ljava/lang/String;
            0   11     3              runId  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       
      runId              

  private com.microsoft.rest.ServiceResponse<java.lang.Void> beginCancelDelegate(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
        start local 1 // retrofit2.Response response
         0: .line 1025
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RunsInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
            invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RunsInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         1: .line 1026
            sipush 200
            new com.microsoft.azure.management.containerregistry.implementation.RunsInner$32
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RunsInner$32.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;)V
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RunsInner$32.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1027
            sipush 202
            new com.microsoft.azure.management.containerregistry.implementation.RunsInner$33
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RunsInner$33.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;)V
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RunsInner$33.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1028
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 1029
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         5: .line 1025
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;
            0    6     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.containerregistry.implementation.RunInner> listNext(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 1042
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RunsInner.listNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            astore 2 /* response */
        start local 2 // com.microsoft.rest.ServiceResponse response
         1: .line 1043
            new com.microsoft.azure.management.containerregistry.implementation.RunsInner$34
            dup
            aload 0 /* this */
            aload 2 /* response */
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Page
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RunsInner$34.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 2 // com.microsoft.rest.ServiceResponse response
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;
            0    2     1  nextPageLink  Ljava/lang/String;
            1    2     2      response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.containerregistry.implementation.RunInner>> listNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.containerregistry.implementation.RunInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.containerregistry.implementation.RunInner>);
    descriptor: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
        start local 1 // java.lang.String nextPageLink
        start local 2 // com.microsoft.rest.ServiceFuture serviceFuture
        start local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 1062
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RunsInner.listNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 1063
            new com.microsoft.azure.management.containerregistry.implementation.RunsInner$35
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RunsInner$35.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;)V
         2: .line 1069
            aload 3 /* serviceCallback */
         3: .line 1061
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 2 // com.microsoft.rest.ServiceFuture serviceFuture
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.containerregistry.implementation.RunInner>> listNextAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 1080
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RunsInner.listNextWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 1081
            new com.microsoft.azure.management.containerregistry.implementation.RunsInner$36
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RunsInner$36.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 1080
            areturn
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;
            0    3     1  nextPageLink  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.containerregistry.implementation.RunInner>>> listNextWithServiceResponseAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 1097
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RunsInner.listNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 1098
            new com.microsoft.azure.management.containerregistry.implementation.RunsInner$37
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RunsInner$37.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 1097
            areturn
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;
            0    3     1  nextPageLink  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.containerregistry.implementation.RunInner>>> listNextSinglePageAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 1118
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 1119
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter nextPageLink is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1121
      StackMap locals:
      StackMap stack:
            ldc "%s"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* nextPageLink */
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            astore 2 /* nextUrl */
        start local 2 // java.lang.String nextUrl
         3: .line 1122
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RunsInner.service:Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner$RunsService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RunsInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RunsInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.containerregistry.implementation.RunsInner$RunsService.listNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 1123
            new com.microsoft.azure.management.containerregistry.implementation.RunsInner$38
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RunsInner$38.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 1122
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;
            0    6     1  nextPageLink  Ljava/lang/String;
            3    6     2       nextUrl  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.containerregistry.implementation.PageImpl<com.microsoft.azure.management.containerregistry.implementation.RunInner>> listNextDelegate(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
        start local 1 // retrofit2.Response response
         0: .line 1137
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RunsInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
            invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RunsInner.client:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManagementClientImpl;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         1: .line 1138
            sipush 200
            new com.microsoft.azure.management.containerregistry.implementation.RunsInner$39
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RunsInner$39.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;)V
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RunsInner$39.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 1139
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 1140
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 1137
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RunsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/containerregistry/implementation/PageImpl<Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;>;>;
    MethodParameters:
          Name  Flags
      response  
}
SourceFile: "RunsInner.java"
NestMembers:
  com.microsoft.azure.management.containerregistry.implementation.RunsInner$1  com.microsoft.azure.management.containerregistry.implementation.RunsInner$10  com.microsoft.azure.management.containerregistry.implementation.RunsInner$11  com.microsoft.azure.management.containerregistry.implementation.RunsInner$12  com.microsoft.azure.management.containerregistry.implementation.RunsInner$13  com.microsoft.azure.management.containerregistry.implementation.RunsInner$14  com.microsoft.azure.management.containerregistry.implementation.RunsInner$15  com.microsoft.azure.management.containerregistry.implementation.RunsInner$16  com.microsoft.azure.management.containerregistry.implementation.RunsInner$17  com.microsoft.azure.management.containerregistry.implementation.RunsInner$18  com.microsoft.azure.management.containerregistry.implementation.RunsInner$19  com.microsoft.azure.management.containerregistry.implementation.RunsInner$2  com.microsoft.azure.management.containerregistry.implementation.RunsInner$20  com.microsoft.azure.management.containerregistry.implementation.RunsInner$21  com.microsoft.azure.management.containerregistry.implementation.RunsInner$22  com.microsoft.azure.management.containerregistry.implementation.RunsInner$23  com.microsoft.azure.management.containerregistry.implementation.RunsInner$24  com.microsoft.azure.management.containerregistry.implementation.RunsInner$25  com.microsoft.azure.management.containerregistry.implementation.RunsInner$26  com.microsoft.azure.management.containerregistry.implementation.RunsInner$27  com.microsoft.azure.management.containerregistry.implementation.RunsInner$28  com.microsoft.azure.management.containerregistry.implementation.RunsInner$29  com.microsoft.azure.management.containerregistry.implementation.RunsInner$3  com.microsoft.azure.management.containerregistry.implementation.RunsInner$30  com.microsoft.azure.management.containerregistry.implementation.RunsInner$31  com.microsoft.azure.management.containerregistry.implementation.RunsInner$32  com.microsoft.azure.management.containerregistry.implementation.RunsInner$33  com.microsoft.azure.management.containerregistry.implementation.RunsInner$34  com.microsoft.azure.management.containerregistry.implementation.RunsInner$35  com.microsoft.azure.management.containerregistry.implementation.RunsInner$36  com.microsoft.azure.management.containerregistry.implementation.RunsInner$37  com.microsoft.azure.management.containerregistry.implementation.RunsInner$38  com.microsoft.azure.management.containerregistry.implementation.RunsInner$39  com.microsoft.azure.management.containerregistry.implementation.RunsInner$4  com.microsoft.azure.management.containerregistry.implementation.RunsInner$5  com.microsoft.azure.management.containerregistry.implementation.RunsInner$6  com.microsoft.azure.management.containerregistry.implementation.RunsInner$7  com.microsoft.azure.management.containerregistry.implementation.RunsInner$8  com.microsoft.azure.management.containerregistry.implementation.RunsInner$9  com.microsoft.azure.management.containerregistry.implementation.RunsInner$RunsService
InnerClasses:
  com.microsoft.azure.management.containerregistry.implementation.RunsInner$1
  com.microsoft.azure.management.containerregistry.implementation.RunsInner$10
  com.microsoft.azure.management.containerregistry.implementation.RunsInner$11
  com.microsoft.azure.management.containerregistry.implementation.RunsInner$12
  com.microsoft.azure.management.containerregistry.implementation.RunsInner$13
  com.microsoft.azure.management.containerregistry.implementation.RunsInner$14
  com.microsoft.azure.management.containerregistry.implementation.RunsInner$15
  com.microsoft.azure.management.containerregistry.implementation.RunsInner$16
  com.microsoft.azure.management.containerregistry.implementation.RunsInner$17
  com.microsoft.azure.management.containerregistry.implementation.RunsInner$18
  com.microsoft.azure.management.containerregistry.implementation.RunsInner$19
  com.microsoft.azure.management.containerregistry.implementation.RunsInner$2
  com.microsoft.azure.management.containerregistry.implementation.RunsInner$20
  com.microsoft.azure.management.containerregistry.implementation.RunsInner$21
  com.microsoft.azure.management.containerregistry.implementation.RunsInner$22
  com.microsoft.azure.management.containerregistry.implementation.RunsInner$23
  com.microsoft.azure.management.containerregistry.implementation.RunsInner$24
  com.microsoft.azure.management.containerregistry.implementation.RunsInner$25
  com.microsoft.azure.management.containerregistry.implementation.RunsInner$26
  com.microsoft.azure.management.containerregistry.implementation.RunsInner$27
  com.microsoft.azure.management.containerregistry.implementation.RunsInner$28
  com.microsoft.azure.management.containerregistry.implementation.RunsInner$29
  com.microsoft.azure.management.containerregistry.implementation.RunsInner$3
  com.microsoft.azure.management.containerregistry.implementation.RunsInner$30
  com.microsoft.azure.management.containerregistry.implementation.RunsInner$31
  com.microsoft.azure.management.containerregistry.implementation.RunsInner$32
  com.microsoft.azure.management.containerregistry.implementation.RunsInner$33
  com.microsoft.azure.management.containerregistry.implementation.RunsInner$34
  com.microsoft.azure.management.containerregistry.implementation.RunsInner$35
  com.microsoft.azure.management.containerregistry.implementation.RunsInner$36
  com.microsoft.azure.management.containerregistry.implementation.RunsInner$37
  com.microsoft.azure.management.containerregistry.implementation.RunsInner$38
  com.microsoft.azure.management.containerregistry.implementation.RunsInner$39
  com.microsoft.azure.management.containerregistry.implementation.RunsInner$4
  com.microsoft.azure.management.containerregistry.implementation.RunsInner$5
  com.microsoft.azure.management.containerregistry.implementation.RunsInner$6
  com.microsoft.azure.management.containerregistry.implementation.RunsInner$7
  com.microsoft.azure.management.containerregistry.implementation.RunsInner$8
  com.microsoft.azure.management.containerregistry.implementation.RunsInner$9
  abstract RunsService = com.microsoft.azure.management.containerregistry.implementation.RunsInner$RunsService of com.microsoft.azure.management.containerregistry.implementation.RunsInner
  public abstract Factory = com.microsoft.rest.protocol.ResponseBuilder$Factory of com.microsoft.rest.protocol.ResponseBuilder